summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/sendmail/Makefile')
-rw-r--r--contrib/sendmail/Makefile14
1 files changed, 11 insertions, 3 deletions
diff --git a/contrib/sendmail/Makefile b/contrib/sendmail/Makefile
index 547e46d..97b2afc 100644
--- a/contrib/sendmail/Makefile
+++ b/contrib/sendmail/Makefile
@@ -1,8 +1,9 @@
-# $Id: Makefile.dist,v 8.9 1999/09/27 21:39:11 gshapiro Exp $
+# $Id: Makefile.dist,v 8.15 2001/08/23 20:44:39 ca Exp $
SHELL= /bin/sh
-SUBDIRS= libsmutil libsmdb sendmail mail.local mailstats makemap \
- praliases rmail smrsh vacation
+SUBDIRS= libsm libsmutil libsmdb sendmail editmap mail.local \
+ mailstats makemap praliases rmail smrsh vacation
+# libmilter: requires pthread
BUILD= ./Build
OPTIONS= $(CONFIG) $(FLAGS)
@@ -27,6 +28,13 @@ install: FRC
$(SHELL) $(BUILD) $(OPTIONS) $@); \
done
+install-docs: FRC
+ @for x in $(SUBDIRS); \
+ do \
+ (cd $$x; echo Making $@ in:; pwd; \
+ $(SHELL) $(BUILD) $(OPTIONS) $@); \
+ done
+
fresh: FRC
@for x in $(SUBDIRS); \
do \
OpenPOWER on IntegriCloud