Module Name: src Committed By: dholland Date: Tue Jul 19 03:30:46 UTC 2011
Modified Files: src/tests/fs/nfs/nfsservice: Makefile Log Message: Remove nonexistent include directory from CPPFLAGS. PR 45068 from Henning Petersen. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 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.5 src/tests/fs/nfs/nfsservice/Makefile:1.6 --- src/tests/fs/nfs/nfsservice/Makefile:1.5 Sat Dec 18 04:31:41 2010 +++ src/tests/fs/nfs/nfsservice/Makefile Tue Jul 19 03:30:46 2011 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2010/12/18 04:31:41 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2011/07/19 03:30:46 dholland Exp $ # NOMAN= 1 @@ -26,7 +26,7 @@ LDADD+= -lrumpnet -lrump -lrumpuser # base LDADD+= -lpthread -lutil -CPPFLAGS+= -DDEBUG -DMOUNT_NOMAIN -I${.CURDIR}/include -D_REENTRANT +CPPFLAGS+= -DDEBUG -DMOUNT_NOMAIN -D_REENTRANT CPPFLAGS+= -DRUMP_SYS_NETWORKING #CPPFLAGS+= -DSVC_RUN_DEBUG CPPFLAGS+= -I${.CURDIR}/../../common/nfsrpc