diff options
author | Leah Neukirchen <leah@vuxu.org> | 2018-04-17 15:15:31 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2018-04-17 15:15:31 +0200 |
commit | 5d43ad24048698ba89858648389e7e8479801746 (patch) | |
tree | 49395b69809b567e2ba51b3074809a746a4fb661 /GNUmakefile | |
parent | 5f250330cb0269191a25ba76b52ac50d5dcf8cc4 (diff) | |
download | mblaze-5d43ad24048698ba89858648389e7e8479801746.tar.gz mblaze-5d43ad24048698ba89858648389e7e8479801746.tar.xz mblaze-5d43ad24048698ba89858648389e7e8479801746.zip |
mdeliver: add refiling capability
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index 63209fd..e736104 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -27,8 +27,8 @@ all: $(ALL) museragent $(ALL) : % : %.o maddr magrep mdeliver mexport mflag mflow mgenmid mhdr mpick mscan msed mshow \ msort mthread : blaze822.o mymemmem.o mytimegm.o -maddr magrep mexport mflag mgenmid mhdr mlist mpick mscan msed mseq mshow msort \ - mthread : seq.o slurp.o +maddr magrep mdeliver mexport mflag mgenmid mhdr mlist mpick mscan msed mseq \ + mshow msort mthread : seq.o slurp.o maddr magrep mflow mhdr mpick mscan mshow : rfc2047.o magrep mflow mhdr mshow : rfc2045.o mshow : filter.o safe_u8putstr.o rfc2231.o pipeto.o @@ -64,6 +64,7 @@ install: FRC all ln -sf mcom $(DESTDIR)$(BINDIR)/mbnc ln -sf mcom $(DESTDIR)$(BINDIR)/mfwd ln -sf mcom $(DESTDIR)$(BINDIR)/mrep + ln -sf mdeliver $(DESTDIR)$(BINDIR)/mrefile install -m0644 man/*.1 $(DESTDIR)$(MANDIR)/man1 install -m0644 man/*.5 $(DESTDIR)$(MANDIR)/man5 install -m0644 man/*.7 $(DESTDIR)$(MANDIR)/man7 |