summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sendmail/rmail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sendmail/rmail/Makefile')
-rw-r--r--usr.sbin/sendmail/rmail/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.sbin/sendmail/rmail/Makefile b/usr.sbin/sendmail/rmail/Makefile
index eb2fb48..731e81c 100644
--- a/usr.sbin/sendmail/rmail/Makefile
+++ b/usr.sbin/sendmail/rmail/Makefile
@@ -1,6 +1,13 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
+# $Id$
PROG= rmail
-MAN8= rmail.0
+MAN8= rmail.8
+
+# If you want to have your rmail queuing the mail only, uncomment the
+# following:
+# CFLAGS+= -DQUEUE_ONLY
+
+BINDIR= /bin
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud