aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ctm
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-07-20 04:23:13 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-07-20 04:23:13 +0000
commitac24b049cc3d78097a804c9ce72cf44fdfa59456 (patch)
treedfa391290c3033d362c2aad5d7da97a60f513a3b /usr.sbin/ctm
parentaa33517e949a0603d3bac6cba0c05344ca68754c (diff)
downloadsrc-ac24b049cc3d78097a804c9ce72cf44fdfa59456.tar.gz
src-ac24b049cc3d78097a804c9ce72cf44fdfa59456.zip
Notes
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 6fb1e5a2684d..d7eda9b92dfb 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 543e77e3e963..475f00d553e5 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 a00eaa546f53..9c7453e261ec 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 e9eb84680ba3..0dc756c37f99 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 4e67fcd2d60a..ea446b269b2c 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*