summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctm/ctm_smail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ctm/ctm_smail/Makefile')
-rw-r--r--usr.sbin/ctm/ctm_smail/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.sbin/ctm/ctm_smail/Makefile b/usr.sbin/ctm/ctm_smail/Makefile
index 0dc756c..c2d0789 100644
--- a/usr.sbin/ctm/ctm_smail/Makefile
+++ b/usr.sbin/ctm/ctm_smail/Makefile
@@ -1,9 +1,11 @@
# $FreeBSD$
-PROG= ctm_smail
-SRCS= ctm_smail.c error.c
-NOMAN= 1
-CFLAGS+= -I${.CURDIR}/../ctm_rmail
.PATH: ${.CURDIR}/../ctm_rmail
+PROG= ctm_smail
+NOMAN= #true
+SRCS= ctm_smail.c error.c
+
+CFLAGS+= -I${.CURDIR}/../ctm_rmail
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud