Module Name:    src
Committed By:   pooka
Date:           Mon Jul 26 15:55:41 UTC 2010

Modified Files:
        src/sys/rump/fs: Makefile.rumpfs

Log Message:
Descend into nfsserver, i.e. build & install the kernel nfs server bits.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/rump/fs/Makefile.rumpfs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/fs/Makefile.rumpfs
diff -u src/sys/rump/fs/Makefile.rumpfs:1.24 src/sys/rump/fs/Makefile.rumpfs:1.25
--- src/sys/rump/fs/Makefile.rumpfs:1.24	Mon Jun 14 14:36:15 2010
+++ src/sys/rump/fs/Makefile.rumpfs	Mon Jul 26 15:55:41 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.rumpfs,v 1.24 2010/06/14 14:36:15 pooka Exp $
+#	$NetBSD: Makefile.rumpfs,v 1.25 2010/07/26 15:55:41 pooka Exp $
 #
 
 RUMPFSLIST=	cd9660 efs ext2fs fdesc ffs hfs kernfs lfs mfs msdos	\
@@ -7,6 +7,8 @@
 
 RUMPFSLIST+=	fifovfs layervfs
 
+RUMPFSLIST+=	nfsserver
+
 .for var in ${RUMPFSLIST}
 RUMPFSLIBS+=lib${var}
 RUMPFSLDADD+=-lrumpfs_${var}

Reply via email to