summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-06-23 13:11:59 +0000
committerbde <bde@FreeBSD.org>1996-06-23 13:11:59 +0000
commit34b72c7bccdd583680abd45e7297cb9534fc7aaa (patch)
treec40e91e3b789027d8b90f3baf82ad0e7aab2b327 /usr.sbin
parent54d26451a24c45d286c057456ab019d729dcd3cd (diff)
downloadFreeBSD-src-34b72c7bccdd583680abd45e7297cb9534fc7aaa.zip
FreeBSD-src-34b72c7bccdd583680abd45e7297cb9534fc7aaa.tar.gz
Removed -g from CFLAGS.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/crunch/crunchgen/Makefile2
-rw-r--r--usr.sbin/pcvt/vgaio/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/crunch/crunchgen/Makefile b/usr.sbin/crunch/crunchgen/Makefile
index cec4534..abdc21ea 100644
--- a/usr.sbin/crunch/crunchgen/Makefile
+++ b/usr.sbin/crunch/crunchgen/Makefile
@@ -1,7 +1,7 @@
PROG=crunchgen
SRCS=crunchgen.c crunched_skel.c
-CFLAGS+=-g -Wall
+CFLAGS+=-Wall
CLEANFILES+= crunched_skel.c
crunched_skel.c: crunched_main.c
diff --git a/usr.sbin/pcvt/vgaio/Makefile b/usr.sbin/pcvt/vgaio/Makefile
index 3991d9d..b26b8eb 100644
--- a/usr.sbin/pcvt/vgaio/Makefile
+++ b/usr.sbin/pcvt/vgaio/Makefile
@@ -24,7 +24,7 @@ DPADD= ${LIBM} ${LIBY} ${LIBL}
LDADD= -lm -ly -ll
CFLAGS= -O2 # due to a gcc bug, it compiles only with -O2!
-CFLAGS+= -I${.CURDIR}/obj -I${.CURDIR} -g
+CFLAGS+= -I${.CURDIR}/obj -I${.CURDIR}
CLEANFILES+= lex.c lex.yy.c vgaio.c y.tab.[ch]
CLEANFILES+= y.output # comment file from bison
OpenPOWER on IntegriCloud