Module Name: src
Committed By: christos
Date: Sun Nov 8 16:38:56 UTC 2015
Modified Files:
src/tests/fs/nfs/nfsservice/rpcbind: Makefile.inc
Log Message:
Use the regular rpcbind source now.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 src/tests/fs/nfs/nfsservice/rpcbind/Makefile.inc:1.4
--- src/tests/fs/nfs/nfsservice/rpcbind/Makefile.inc:1.3 Wed Mar 6 08:36:50 2013
+++ src/tests/fs/nfs/nfsservice/rpcbind/Makefile.inc Sun Nov 8 11:38:56 2015
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile.inc,v 1.3 2013/03/06 13:36:50 christos Exp $
+# $NetBSD: Makefile.inc,v 1.4 2015/11/08 16:38:56 christos Exp $
+.PATH.c: ${NETBSDSRCDIR}/usr.sbin/rpcbind
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= ${NETBSDSRCDIR}/lib/libc/rpc
-CPPFLAGS+= -I${LIBRPCDIR} -DPORTMAP -DLIBWRAP
+CPPFLAGS+= -I${LIBRPCDIR} -DPORTMAP -DLIBWRAP -DRPCBIND_RUMP
# Uncomment these to get any useful output from 'rpcbind -d'
# CPPFLAGS+= -DRPCBIND_DEBUG