diff options
| author | dholland <dholland@NetBSD.org> | 2013-06-08 21:13:19 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2013-06-08 21:13:19 +0000 |
| commit | afdda2979849b1ed5be9299f4a28f64d1a4cd01b (patch) | |
| tree | 20678062f0d6a1f0fb136072f032829182abb756 /sbin/newfs_lfs | |
| parent | c4efc5ba0c0b815aac6aaa649dbda03f10f4902e (diff) | |
Redo these changes properly:
-r1.12 libexec/lfs_cleanerd/Makefile
-r1.15 sbin/fsck_lfs/Makefile
-r1.6 sbin/newfs_lfs/Makefile
hi ad@
Diffstat (limited to 'sbin/newfs_lfs')
| -rw-r--r-- | sbin/newfs_lfs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/newfs_lfs/Makefile b/sbin/newfs_lfs/Makefile index 8c929e8d383..f7a93f960b4 100644 --- a/sbin/newfs_lfs/Makefile +++ b/sbin/newfs_lfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2013/06/08 02:16:03 dholland Exp $ +# $NetBSD: Makefile,v 1.12 2013/06/08 21:13:19 dholland Exp $ # @(#)Makefile 8.1 (Berkeley) 6/18/93 WARNS?= 3 # XXX: sign-compare issues @@ -23,7 +23,6 @@ LDADD= -lutil LDADD+=-lprop DPADD+=${LIBPROP} -CPPFLAGS+=-I${FSCK_LFS} -I${FSCK} "-Dmutex_enter(x)=" "-Dmutex_exit(x)=" # -DNDEBUG # -DVERBOSE_BLOCKMAP -CPPFLAGS+="-DKASSERT(x)=" +CPPFLAGS+=-I${FSCK_LFS} -I${FSCK} # -DNDEBUG # -DVERBOSE_BLOCKMAP .include <bsd.prog.mk> |
