NetBSD/usr.sbin/puffs/Makefile

18 lines
502 B
Makefile
Raw Normal View History

2009-09-07 01:03:27 +04:00
# $NetBSD: Makefile,v 1.10 2009/09/06 21:03:27 pooka Exp $
2007-08-10 02:03:01 +04:00
SUBDIR= mount_9p mount_portal mount_psshfs mount_sysctlfs
SUBDIR+=rump_cd9660 rump_efs rump_ext2fs rump_ffs rump_hfs rump_lfs
2009-09-07 01:03:27 +04:00
SUBDIR+=rump_msdos rump_nfs rump_ntfs rump_smbfs rump_syspuffs rump_sysvbfs
2008-10-16 13:30:57 +04:00
SUBDIR+=rump_tmpfs rump_udf
#
# 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
.include <bsd.subdir.mk>