summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctm/ctm_smail
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-07-20 04:23:13 +0000
committerobrien <obrien@FreeBSD.org>2001-07-20 04:23:13 +0000
commitbe022bb715b9d24bfff5583de1df5d295f03509c (patch)
treedfa391290c3033d362c2aad5d7da97a60f513a3b /usr.sbin/ctm/ctm_smail
parenta9a7a5e9d63f8a71f1d3dfe0e1ed1a28ab589215 (diff)
downloadFreeBSD-src-be022bb715b9d24bfff5583de1df5d295f03509c.zip
FreeBSD-src-be022bb715b9d24bfff5583de1df5d295f03509c.tar.gz
Remove GCC'isms in CFLAGS.
Diffstat (limited to 'usr.sbin/ctm/ctm_smail')
-rw-r--r--usr.sbin/ctm/ctm_smail/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ctm/ctm_smail/Makefile b/usr.sbin/ctm/ctm_smail/Makefile
index e9eb846..0dc756c 100644
--- a/usr.sbin/ctm/ctm_smail/Makefile
+++ b/usr.sbin/ctm/ctm_smail/Makefile
@@ -1,7 +1,9 @@
+# $FreeBSD$
+
PROG= ctm_smail
SRCS= ctm_smail.c error.c
NOMAN= 1
-CFLAGS+= -Wall -I${.CURDIR}/../ctm_rmail
+CFLAGS+= -I${.CURDIR}/../ctm_rmail
.PATH: ${.CURDIR}/../ctm_rmail
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud