Module Name: src
Committed By: joerg
Date: Sat Dec 18 04:31:41 UTC 2010
Modified Files:
src/tests/fs/nfs/nfsservice: Makefile
Log Message:
Don't force debug build.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/fs/nfs/nfsservice/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/fs/nfs/nfsservice/Makefile
diff -u src/tests/fs/nfs/nfsservice/Makefile:1.4 src/tests/fs/nfs/nfsservice/Makefile:1.5
--- src/tests/fs/nfs/nfsservice/Makefile:1.4 Tue Aug 3 17:24:45 2010
+++ src/tests/fs/nfs/nfsservice/Makefile Sat Dec 18 04:31:41 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2010/08/03 17:24:45 drochner Exp $
+# $NetBSD: Makefile,v 1.5 2010/12/18 04:31:41 joerg Exp $
#
NOMAN= 1
@@ -30,7 +30,6 @@
CPPFLAGS+= -DRUMP_SYS_NETWORKING
#CPPFLAGS+= -DSVC_RUN_DEBUG
CPPFLAGS+= -I${.CURDIR}/../../common/nfsrpc
-DBG=-g
.PATH: ${.CURDIR}/rpcbind
.include "rpcbind/Makefile.inc"