summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctm/ctm
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
parent7fafe8707765200cebb020c006c748f7d50450ff (diff)
downloadFreeBSD-src-299beb985009494a0896ba39f65656995b728e08.zip
FreeBSD-src-299beb985009494a0896ba39f65656995b728e08.tar.gz
Remove -g from CFLAGS.
Diffstat (limited to 'usr.sbin/ctm/ctm')
-rw-r--r--usr.sbin/ctm/ctm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ctm/ctm/Makefile b/usr.sbin/ctm/ctm/Makefile
index eac2620..567b203 100644
--- a/usr.sbin/ctm/ctm/Makefile
+++ b/usr.sbin/ctm/ctm/Makefile
@@ -6,7 +6,7 @@
# this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
# ----------------------------------------------------------------------------
#
-# $Id: Makefile,v 1.7 1995/03/04 20:36:44 phk Exp $
+# $Id: Makefile,v 1.8 1995/03/25 18:14:22 joerg Exp $
#
PROG= ctm
@@ -17,7 +17,7 @@ LDADD+= -lmd
DPADD+= ${LIBMD}
MAN1= ctm.1
MAN5= ctm.5
-CFLAGS+= -Wall -g
+CFLAGS+= -Wall
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
OpenPOWER on IntegriCloud