summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-06-23 13:11:59 +0000
committerBruce Evans <bde@FreeBSD.org>1996-06-23 13:11:59 +0000
commit078a9c94155d49352e313fb460167aaeb351cff1 (patch)
treec40e91e3b789027d8b90f3baf82ad0e7aab2b327
parent7739e568029298d484a03edd6ec5c46ccdfa2377 (diff)
Notes
-rw-r--r--lib/libdisk/Makefile4
-rw-r--r--usr.sbin/crunch/crunchgen/Makefile2
-rw-r--r--usr.sbin/pcvt/vgaio/Makefile2
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/libdisk/Makefile b/lib/libdisk/Makefile
index a81cddb916bd..7928c11262be 100644
--- a/lib/libdisk/Makefile
+++ b/lib/libdisk/Makefile
@@ -1,10 +1,10 @@
-# $Id: $
+# $Id: Makefile,v 1.15 1996/05/07 23:18:43 wosch Exp $
LIB= disk
SRCS= blocks.c disklabel.c dkcksum.c chunk.c disk.c change.c \
create_chunk.c rules.c write_disk.c data.c
-CFLAGS+= -Wall -g
+CFLAGS+= -Wall
CLEANFILES+= tmp.c tst01 tst01.o data.c
VPATH= ${.CURDIR}/../../sbin/disklabel
NOPROFILE= yes
diff --git a/usr.sbin/crunch/crunchgen/Makefile b/usr.sbin/crunch/crunchgen/Makefile
index cec453491c06..abdc21eaa786 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 3991d9d0800f..b26b8ebb7d80 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