Module Name:    src
Committed By:   pooka
Date:           Fri Jul 31 19:21:55 UTC 2009

Modified Files:
        src/usr.sbin/puffs: Makefile

Log Message:
add commented-out rump_fdesc along with an explanation


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/puffs/Makefile

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

Modified files:

Index: src/usr.sbin/puffs/Makefile
diff -u src/usr.sbin/puffs/Makefile:1.8 src/usr.sbin/puffs/Makefile:1.9
--- src/usr.sbin/puffs/Makefile:1.8	Thu Oct 16 09:30:57 2008
+++ src/usr.sbin/puffs/Makefile	Fri Jul 31 19:21:55 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.8 2008/10/16 09:30:57 pooka Exp $
+#	$NetBSD: Makefile,v 1.9 2009/07/31 19:21:55 pooka Exp $
 
 SUBDIR=	mount_9p mount_portal mount_psshfs mount_sysctlfs
 
@@ -6,4 +6,12 @@
 SUBDIR+=rump_msdos rump_nfs rump_ntfs rump_syspuffs rump_sysvbfs
 SUBDIR+=rump_tmpfs rump_udf
 
+#
+# The following are not built by default
+#
+
+# userspace fdesc server cannot grope the fd info from the kernel,
+# and is therefore not useful for the average user
+#SUBDIR+=rump_fdesc
+
 .include <bsd.subdir.mk>

Reply via email to