Module Name: src
Committed By: dholland
Date: Sat Aug 6 16:48:57 UTC 2011
Modified Files:
src/sbin/newfs_sysvbfs: Makefile
Log Message:
No longer any need for -Wno-pointer-sign here.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sbin/newfs_sysvbfs/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_sysvbfs/Makefile
diff -u src/sbin/newfs_sysvbfs/Makefile:1.4 src/sbin/newfs_sysvbfs/Makefile:1.5
--- src/sbin/newfs_sysvbfs/Makefile:1.4 Mon Jun 20 07:44:00 2011
+++ src/sbin/newfs_sysvbfs/Makefile Sat Aug 6 16:48:57 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2011/06/20 07:44:00 mrg Exp $
+# $NetBSD: Makefile,v 1.5 2011/08/06 16:48:57 dholland Exp $
.include <bsd.own.mk>
@@ -8,8 +8,4 @@
DPADD+= ${LIBUTIL}
LDADD+= -lutil
-.if defined(HAVE_GCC)
-COPTS.newfs_sysvbfs.c+= -Wno-pointer-sign
-.endif
-
.include <bsd.prog.mk>