summaryrefslogtreecommitdiff
path: root/usr.sbin/mailstats
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-20 18:17:26 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-20 18:17:26 +0000
commitc73e22c3d47a3cff43c30a39e6aa4692e07316c8 (patch)
tree4850c8e93ed64ec07d74d3b37deb81f774dba52e /usr.sbin/mailstats
parentfe655281c5aaa0c4feb637ba0199f869ba84a78b (diff)
downloadsrc-test2-c73e22c3d47a3cff43c30a39e6aa4692e07316c8.tar.gz
src-test2-c73e22c3d47a3cff43c30a39e6aa4692e07316c8.zip
Set the default manual section for usr.sbin/ to 8.
Notes
Notes: svn path=/head/; revision=74532
Diffstat (limited to 'usr.sbin/mailstats')
-rw-r--r--usr.sbin/mailstats/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/mailstats/Makefile b/usr.sbin/mailstats/Makefile
index dc90a0994b4f..d86f6471574e 100644
--- a/usr.sbin/mailstats/Makefile
+++ b/usr.sbin/mailstats/Makefile
@@ -7,8 +7,6 @@ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
.PATH: ${SENDMAIL_DIR}/mailstats
PROG= mailstats
-SRCS= mailstats.c
-MAN8= mailstats.8
CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include -DNOT_SENDMAIL
.if exists(${.OBJDIR}/../../lib/libsmutil)