Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/fs/nfs/nfsservice/rpcbind Use the regular rpcbind sour...



details:   https://anonhg.NetBSD.org/src/rev/6f2ec0b3b5bb
branches:  trunk
changeset: 341491:6f2ec0b3b5bb
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Nov 08 16:38:56 2015 +0000

description:
Use the regular rpcbind source now.

diffstat:

 tests/fs/nfs/nfsservice/rpcbind/Makefile.inc |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1b75628a0619 -r 6f2ec0b3b5bb tests/fs/nfs/nfsservice/rpcbind/Makefile.inc
--- a/tests/fs/nfs/nfsservice/rpcbind/Makefile.inc      Sun Nov 08 16:38:25 2015 +0000
+++ b/tests/fs/nfs/nfsservice/rpcbind/Makefile.inc      Sun Nov 08 16:38:56 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index