Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/fs Descend into nfsserver, i.e. build & install the...



details:   https://anonhg.NetBSD.org/src/rev/5034d932f4a4
branches:  trunk
changeset: 756621:5034d932f4a4
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Jul 26 15:55:41 2010 +0000

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

diffstat:

 sys/rump/fs/Makefile.rumpfs |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 25e0165a0d6a -r 5034d932f4a4 sys/rump/fs/Makefile.rumpfs
--- a/sys/rump/fs/Makefile.rumpfs       Mon Jul 26 15:53:00 2010 +0000
+++ b/sys/rump/fs/Makefile.rumpfs       Mon Jul 26 15:55:41 2010 +0000
@@ -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}



Home | Main Index | Thread Index | Old Index