add commented out nqmfs

This commit is contained in:
pooka 2010-03-08 12:48:31 +00:00
parent c11c0f21f8
commit 50cfd7e754
1 changed files with 4 additions and 1 deletions

View File

@ -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>