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