Makefile revision 1.14
11.14Spooka#	$NetBSD: Makefile,v 1.14 2010/04/29 22:42:48 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.13Spooka# ditto for kernfs
181.13Spooka#SUBDIR+=rump_kernfs
191.13Spooka
201.12Spooka# rump_mqmfs is just another ffs, useful mainly for debugging
211.12Spooka#SUBDIR+=rump_nqmfs
221.12Spooka
231.14Spooka# rump_au-naturel presents lets you access '/' for a rump kernel.
241.14Spooka# mostly for debugging.
251.14Spooka#SUBDIR+=rump_au-naturel
261.14Spooka
271.1Spooka.include <bsd.subdir.mk>
28