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