X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2FMakefile.in;h=b36bc758128dcac2888f8f54993b4a6d7efca67d;hp=1634f7b904629d210fd6a9708b2289f9053db01d;hb=0e82199cf3c991a173e0ac8aa776efdb3ded61e6;hpb=eda72d6a7a7c20ff123043fb7f19c509ea01f932 diff --git a/uip/Makefile.in b/uip/Makefile.in index 1634f7b..b36bc75 100644 --- a/uip/Makefile.in +++ b/uip/Makefile.in @@ -51,7 +51,7 @@ SETGID_MAIL = @SETGID_MAIL@ # commands to build CMDS = ali anno burst comp dist flist folder forw mmh mark mhbuild \ mhlist mhmail mhparam mhpath mhshow mhstore msgchk \ - new packf pick prompter refile repl rmf rmm scan send show \ + new packf pick prompter refile repl rmf rmm scan send sendfiles show \ sortm whatnow # commands that are links to other commands @@ -74,7 +74,7 @@ SRCS = ali.c aliasbr.c anno.c annosbr.c ap.c burst.c comp.c \ msgchk.c new.c packf.c pick.c picksbr.c \ prompter.c rcvdist.c rcvpack.c rcvstore.c rcvtty.c \ refile.c repl.c replsbr.c rmf.c rmm.c scan.c scansbr.c send.c \ - sendsbr.c show.c slocal.c sortm.c spost.c termsbr.c \ + sendsbr.c sendfiles.sh show.c slocal.c sortm.c spost.c termsbr.c \ whatnow.c whatnowproc.c # auxiliary files @@ -207,6 +207,10 @@ scan: scan.o scansbr.o termsbr.o $(LOCALLIBS) send: send.o sendsbr.o annosbr.o distsbr.o $(LOCALLIBS) $(LINK) send.o sendsbr.o annosbr.o distsbr.o $(LINKLIBS) +sendfiles: sendfiles.sh + cp sendfiles.sh sendfiles + chmod +x sendfiles + show: show.o mhlsbr.o termsbr.o $(LOCALLIBS) $(LINK) show.o mhlsbr.o termsbr.o $(LINKLIBS) $(TERMLIB)