11.22Sbad#	$NetBSD: Makefile,v 1.22 2024/10/12 16:16:36 bad Exp $
21.15Smrg
31.15Smrg.include <bsd.own.mk>
41.1Spooka
51.11SpookaSUBDIR=	mount_9p mount_psshfs mount_sysctlfs
61.3Spooka
71.17Schristos.if (${MKRUMP} != "no")
81.21SniaSUBDIR+=rump_cd9660 rump_efs rump_ext2fs rump_ffs rump_hfs rump_lfs
91.15SmrgSUBDIR+=rump_msdos rump_nfs rump_ntfs rump_syspuffs rump_sysvbfs
101.16SuchSUBDIR+=rump_tmpfs rump_udf rump_v7fs
111.15Smrg
121.9Spooka#
131.9Spooka# The following are not built by default
141.9Spooka#
151.9Spooka
161.9Spooka# userspace fdesc server cannot grope the fd info from the kernel,
171.9Spooka# and is therefore not useful for the average user
181.9Spooka#SUBDIR+=rump_fdesc
191.9Spooka
201.13Spooka# ditto for kernfs
211.13Spooka#SUBDIR+=rump_kernfs
221.13Spooka
231.22Sbad# rump_nqmfs is just another ffs, useful mainly for debugging
241.12Spooka#SUBDIR+=rump_nqmfs
251.12Spooka
261.22Sbad# rump_au-naturel lets you access '/' for a rump kernel.
271.14Spooka# mostly for debugging.
281.14Spooka#SUBDIR+=rump_au-naturel
291.14Spooka
301.17Schristos.endif
311.17Schristos
321.1Spooka.include <bsd.subdir.mk>
33