Makefile revision 1.12
11.12Spooka# $NetBSD: Makefile,v 1.12 2010/03/08 12:48:31 pooka Exp $ 21.1Spooka 31.11SpookaSUBDIR= mount_9p mount_psshfs mount_sysctlfs 41.3Spooka 51.6SpookaSUBDIR+=rump_cd9660 rump_efs rump_ext2fs rump_ffs rump_hfs rump_lfs 61.10SpookaSUBDIR+=rump_msdos rump_nfs rump_ntfs rump_smbfs rump_syspuffs rump_sysvbfs 71.8SpookaSUBDIR+=rump_tmpfs rump_udf 81.6Spooka 91.9Spooka# 101.9Spooka# The following are not built by default 111.9Spooka# 121.9Spooka 131.9Spooka# userspace fdesc server cannot grope the fd info from the kernel, 141.9Spooka# and is therefore not useful for the average user 151.9Spooka#SUBDIR+=rump_fdesc 161.9Spooka 171.12Spooka# rump_mqmfs is just another ffs, useful mainly for debugging 181.12Spooka#SUBDIR+=rump_nqmfs 191.12Spooka 201.1Spooka.include <bsd.subdir.mk> 21