Re-added whom(1). This implementation is written from scratch.
[mmh] / uip / Makefile.in
index 04df405..f0c258e 100644 (file)
@@ -51,7 +51,7 @@ CMDS = ali anno burst comp dist flist folder forw mmh mark \
        mhbuild mhl \
        mhlist mhmail mhparam mhpath mhstore new packf pick \
        print-mimetype prompter rcvdist rcvpack rcvstore refile repl rmf \
-       rmm scan send sendfiles show slocal sortm spost whatnow
+       rmm scan send sendfiles show slocal sortm spost whatnow whom
 
 # commands that are links to other commands
 LCMDS = flists folders next prev fnext fprev unseen
@@ -73,7 +73,7 @@ SRCS = ali.c aliasbr.c anno.c ap.c burst.c comp.c \
        prompter.c rcvdist.c rcvpack.c rcvstore.c \
        refile.c repl.c rmf.c rmm.c scan.c scansbr.c send.c \
        sendfiles.sh slocal.c sortm.c spost.c termsbr.c \
-       whatnow.c whatnowproc.c
+       whatnow.c whatnowproc.c whom.c
 
 # auxiliary files
 AUX = Makefile.in
@@ -220,6 +220,9 @@ spost: spost.o aliasbr.o $(LOCALLIBS)
 whatnow: whatnow.o $(LOCALLIBS)
        $(LINK) whatnow.o $(LINKLIBS)
 
+whom: whom.o $(LOCALLIBS)
+       $(LINK) whom.o $(LINKLIBS)
+
 # ========== DEPENDENCIES FOR INSTALLING ==========
 
 # install everything