2010-07-11 10:16:54 +04:00
|
|
|
# $NetBSD: Makefile,v 1.15 2010/07/11 06:16:54 mrg Exp $
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
2006-12-29 18:52:20 +03:00
|
|
|
|
2009-12-05 23:11:01 +03:00
|
|
|
SUBDIR= mount_9p mount_psshfs mount_sysctlfs
|
2007-07-02 22:35:14 +04:00
|
|
|
|
2008-07-29 17:17:40 +04:00
|
|
|
SUBDIR+=rump_cd9660 rump_efs rump_ext2fs rump_ffs rump_hfs rump_lfs
|
2010-07-11 10:16:54 +04:00
|
|
|
SUBDIR+=rump_msdos rump_nfs rump_ntfs rump_syspuffs rump_sysvbfs
|
2008-10-16 13:30:57 +04:00
|
|
|
SUBDIR+=rump_tmpfs rump_udf
|
2008-07-29 17:17:40 +04:00
|
|
|
|
2010-07-11 10:16:54 +04:00
|
|
|
.if ${MKCRYPTO} != "no"
|
|
|
|
SUBDIR+=rump_smbfs
|
|
|
|
.endif
|
|
|
|
|
2009-07-31 23:21:55 +04:00
|
|
|
#
|
|
|
|
# The following are not built by default
|
|
|
|
#
|
|
|
|
|
|
|
|
# userspace fdesc server cannot grope the fd info from the kernel,
|
|
|
|
# and is therefore not useful for the average user
|
|
|
|
#SUBDIR+=rump_fdesc
|
|
|
|
|
2010-03-31 18:22:27 +04:00
|
|
|
# ditto for kernfs
|
|
|
|
#SUBDIR+=rump_kernfs
|
|
|
|
|
2010-03-08 15:48:31 +03:00
|
|
|
# rump_mqmfs is just another ffs, useful mainly for debugging
|
|
|
|
#SUBDIR+=rump_nqmfs
|
|
|
|
|
2010-04-30 02:42:48 +04:00
|
|
|
# rump_au-naturel presents lets you access '/' for a rump kernel.
|
|
|
|
# mostly for debugging.
|
|
|
|
#SUBDIR+=rump_au-naturel
|
|
|
|
|
2006-12-29 18:52:20 +03:00
|
|
|
.include <bsd.subdir.mk>
|