summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctm
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
parenta9a7a5e9d63f8a71f1d3dfe0e1ed1a28ab589215 (diff)
downloadFreeBSD-src-be022bb715b9d24bfff5583de1df5d295f03509c.zip
FreeBSD-src-be022bb715b9d24bfff5583de1df5d295f03509c.tar.gz
Remove GCC'isms in CFLAGS.
Diffstat (limited to 'usr.sbin/ctm')
-rw-r--r--usr.sbin/ctm/ctm/Makefile1
-rw-r--r--usr.sbin/ctm/ctm_dequeue/Makefile4
-rw-r--r--usr.sbin/ctm/ctm_rmail/Makefile1
-rw-r--r--usr.sbin/ctm/ctm_smail/Makefile4
-rw-r--r--usr.sbin/ctm/mkCTM/Makefile2
5 files changed, 7 insertions, 5 deletions
diff --git a/usr.sbin/ctm/ctm/Makefile b/usr.sbin/ctm/ctm/Makefile
index 6fb1e5a..d7eda9b 100644
--- a/usr.sbin/ctm/ctm/Makefile
+++ b/usr.sbin/ctm/ctm/Makefile
@@ -16,7 +16,6 @@ SRCS= ctm.c ctm_input.c ctm_pass1.c ctm_pass2.c ctm_pass3.c \
LDADD+= -lmd
DPADD+= ${LIBMD}
MAN= ctm.1 ctm.5
-CFLAGS+= -Wall
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
diff --git a/usr.sbin/ctm/ctm_dequeue/Makefile b/usr.sbin/ctm/ctm_dequeue/Makefile
index 543e77e..475f00d 100644
--- a/usr.sbin/ctm/ctm_dequeue/Makefile
+++ b/usr.sbin/ctm/ctm_dequeue/Makefile
@@ -1,7 +1,9 @@
+# $FreeBSD$
+
PROG= ctm_dequeue
SRCS= ctm_dequeue.c error.c
NOMAN= yes
-CFLAGS+= -Wall -I${.CURDIR}/../ctm_rmail
+CFLAGS+= -I${.CURDIR}/../ctm_rmail
.PATH: ${.CURDIR}/../ctm_rmail
diff --git a/usr.sbin/ctm/ctm_rmail/Makefile b/usr.sbin/ctm/ctm_rmail/Makefile
index a00eaa5..9c7453e 100644
--- a/usr.sbin/ctm/ctm_rmail/Makefile
+++ b/usr.sbin/ctm/ctm_rmail/Makefile
@@ -2,7 +2,6 @@
PROG= ctm_rmail
SRCS= ctm_rmail.c error.c
-CFLAGS+= -Wall
MLINKS+= ctm_rmail.1 ctm_smail.1
MLINKS+= ctm_rmail.1 ctm_dequeue.1
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>
diff --git a/usr.sbin/ctm/mkCTM/Makefile b/usr.sbin/ctm/mkCTM/Makefile
index 4e67fcd..ea446b2 100644
--- a/usr.sbin/ctm/mkCTM/Makefile
+++ b/usr.sbin/ctm/mkCTM/Makefile
@@ -1,9 +1,9 @@
+# $FreeBSD$
PROG= mkctm
SRCS= mkctm.c
LDADD= -lmd
NOMAN= 1
-CFLAGS= -g -Wall
test: mkctm
rm -f tst.out*
OpenPOWER on IntegriCloud