diff options
| author | pooka <pooka@NetBSD.org> | 2010-03-08 12:48:31 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2010-03-08 12:48:31 +0000 |
| commit | 50cfd7e754e26ed33d2e9828da2def9f06ca284d (patch) | |
| tree | 425bc388bfa2326221aac72fd239491b01d8c090 /usr.sbin | |
| parent | c11c0f21f887281064fd482fed524c885a816bba (diff) | |
add commented out nqmfs
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/puffs/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/puffs/Makefile b/usr.sbin/puffs/Makefile index d9806a9f4d6..dfd9ec81914 100644 --- a/usr.sbin/puffs/Makefile +++ b/usr.sbin/puffs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2009/12/05 20:11:18 pooka Exp $ +# $NetBSD: Makefile,v 1.12 2010/03/08 12:48:31 pooka Exp $ SUBDIR= mount_9p mount_psshfs mount_sysctlfs @@ -14,4 +14,7 @@ SUBDIR+=rump_tmpfs rump_udf # and is therefore not useful for the average user #SUBDIR+=rump_fdesc +# rump_mqmfs is just another ffs, useful mainly for debugging +#SUBDIR+=rump_nqmfs + .include <bsd.subdir.mk> |
