summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctm/ctm_smail
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-07-12 18:35:45 +0000
committerbde <bde@FreeBSD.org>1995-07-12 18:35:45 +0000
commit299beb985009494a0896ba39f65656995b728e08 (patch)
treee1b1742c3c7835d3132c89edaa98b4576fe793b7 /usr.sbin/ctm/ctm_smail
parent7fafe8707765200cebb020c006c748f7d50450ff (diff)
downloadFreeBSD-src-299beb985009494a0896ba39f65656995b728e08.zip
FreeBSD-src-299beb985009494a0896ba39f65656995b728e08.tar.gz
Remove -g from CFLAGS.
Diffstat (limited to 'usr.sbin/ctm/ctm_smail')
-rw-r--r--usr.sbin/ctm/ctm_smail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ctm/ctm_smail/Makefile b/usr.sbin/ctm/ctm_smail/Makefile
index 085899c..e9eb846 100644
--- a/usr.sbin/ctm/ctm_smail/Makefile
+++ b/usr.sbin/ctm/ctm_smail/Makefile
@@ -1,7 +1,7 @@
PROG= ctm_smail
SRCS= ctm_smail.c error.c
NOMAN= 1
-CFLAGS+= -Wall -g -I${.CURDIR}/../ctm_rmail
+CFLAGS+= -Wall -I${.CURDIR}/../ctm_rmail
+.PATH: ${.CURDIR}/../ctm_rmail
.include <bsd.prog.mk>
-.PATH: ${.CURDIR}/../ctm_rmail
OpenPOWER on IntegriCloud