Module Name:    src
Committed By:   pooka
Date:           Mon Jul 26 19:17:37 UTC 2010

Modified Files:
        src/tests/fs/nfs/nfsservice: Makefile

Log Message:
Install the exports file too so that the server can find it.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 src/tests/fs/nfs/nfsservice/Makefile:1.3
--- src/tests/fs/nfs/nfsservice/Makefile:1.2	Mon Jul 26 16:17:21 2010
+++ src/tests/fs/nfs/nfsservice/Makefile	Mon Jul 26 19:17:37 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2010/07/26 16:17:21 pooka Exp $
+#	$NetBSD: Makefile,v 1.3 2010/07/26 19:17:37 pooka Exp $
 #
 
 NOMAN=	1
@@ -7,6 +7,10 @@
 TESTSDIR=       ${TESTSBASE}/fs/nfs/nfsservice
 ATFFILE=	no
 
+# install pre-generated /etc/exports
+FILES+=			exports
+FILESDIR_exports=	${TESTSDIR}
+
 VFSTESTDIR != cd ${.CURDIR}/../../common && ${PRINTOBJDIR}
 LDADD+= -L${VFSTESTDIR} -Wl,--whole-archive -lvfstest -Wl,--no-whole-archive
 

Reply via email to