xref: /netbsd-src/usr.sbin/puffs/Makefile (revision daf6c4152fcddc27c445489775ed1f66ab4ea9a9)
1#	$NetBSD: Makefile,v 1.15 2010/07/11 06:16:54 mrg Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR=	mount_9p mount_psshfs mount_sysctlfs
6
7SUBDIR+=rump_cd9660 rump_efs rump_ext2fs rump_ffs rump_hfs rump_lfs
8SUBDIR+=rump_msdos rump_nfs rump_ntfs rump_syspuffs rump_sysvbfs
9SUBDIR+=rump_tmpfs rump_udf
10
11.if ${MKCRYPTO} != "no"
12SUBDIR+=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