1 # $NetBSD: Makefile,v 1.15 2010/07/11 06:16:54 mrg Exp $ 2 3 .include <bsd.own.mk> 4 5 SUBDIR= mount_9p mount_psshfs mount_sysctlfs 6 7 SUBDIR+=rump_cd9660 rump_efs rump_ext2fs rump_ffs rump_hfs rump_lfs 8 SUBDIR+=rump_msdos rump_nfs rump_ntfs rump_syspuffs rump_sysvbfs 9 SUBDIR+=rump_tmpfs rump_udf 10 11 .if ${MKCRYPTO} != "no" 12 SUBDIR+=rump_smbfs 13 .endif 14 15 # 16 # The following are not built by default 17 # 18 19 # userspace fdesc server cannot grope the fd info from the kernel, 20 # and is therefore not useful for the average user 21 #SUBDIR+=rump_fdesc 22 23 # ditto for kernfs 24 #SUBDIR+=rump_kernfs 25 26 # rump_mqmfs is just another ffs, useful mainly for debugging 27 #SUBDIR+=rump_nqmfs 28 29 # rump_au-naturel presents lets you access '/' for a rump kernel. 30 # mostly for debugging. 31 #SUBDIR+=rump_au-naturel 32 33 .include <bsd.subdir.mk> 34