Replaced sendfiles with a simpler version that uses send instead of viamail.
[mmh] / uip / Makefile.in
index 1634f7b..b36bc75 100644 (file)
@@ -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)