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