Module Name: src Committed By: christos Date: Wed Mar 6 13:36:50 UTC 2013
Modified Files: src/tests/fs/nfs/nfsservice/rpcbind: Makefile.inc Log Message: Mystery solved: The build worked for me because the my src tree is in /usr/src. Refer to the correct source tree instead of the conventionally correct one. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/fs/nfs/nfsservice/rpcbind/Makefile.inc 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/rpcbind/Makefile.inc diff -u src/tests/fs/nfs/nfsservice/rpcbind/Makefile.inc:1.2 src/tests/fs/nfs/nfsservice/rpcbind/Makefile.inc:1.3 --- src/tests/fs/nfs/nfsservice/rpcbind/Makefile.inc:1.2 Tue Aug 3 13:24:45 2010 +++ src/tests/fs/nfs/nfsservice/rpcbind/Makefile.inc Wed Mar 6 08:36:50 2013 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.inc,v 1.2 2010/08/03 17:24:45 drochner Exp $ +# $NetBSD: Makefile.inc,v 1.3 2013/03/06 13:36:50 christos Exp $ SRCS.rumpnfsd+= check_bound.c rpcb_stat.c rpcb_svc_4.c rpcbind.c pmap_svc.c \ rpcb_svc.c rpcb_svc_com.c security.c util.c -LIBRPCDIR= /usr/src/lib/libc/rpc +LIBRPCDIR= ${NETBSDSRCDIR}/lib/libc/rpc CPPFLAGS+= -I${LIBRPCDIR} -DPORTMAP -DLIBWRAP