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