Module Name:    src
Committed By:   haad
Date:           Sat Jun  6 11:09:16 UTC 2009

Modified Files:
        src/sbin/newfs: Makefile

Log Message:
Remove debuging CFLAGS.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sbin/newfs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/newfs/Makefile
diff -u src/sbin/newfs/Makefile:1.33 src/sbin/newfs/Makefile:1.34
--- src/sbin/newfs/Makefile:1.33	Fri Jun  5 21:52:31 2009
+++ src/sbin/newfs/Makefile	Sat Jun  6 11:09:16 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.33 2009/06/05 21:52:31 haad Exp $
+#	$NetBSD: Makefile,v 1.34 2009/06/06 11:09:16 haad Exp $
 #	@(#)Makefile	8.2 (Berkeley) 3/27/94
 
 .include <bsd.own.mk>
@@ -11,8 +11,6 @@
 FSCK=${NETBSDSRCDIR}/sbin/fsck
 CPPFLAGS+=-DMFS -I${.CURDIR} -I${DISKLABEL} -I${FSCK}
 
-CFLAGS+= -g -O0
-
 DPADD+= ${LIBUTIL}
 LDADD+= -lutil
 

Reply via email to