Home | History | Annotate | Line # | Download | only in puffs
Makefile revision 1.18
      1 #	$NetBSD: Makefile,v 1.18 2017/05/21 15:28:43 riastradh Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 SUBDIR=	mount_9p mount_psshfs mount_sysctlfs
      6 
      7 .if (${MKRUMP} != "no")
      8 SUBDIR+=rump_cd9660 rump_efs rump_ext2fs rump_ffs rump_hfs rump_lfs
      9 SUBDIR+=rump_msdos rump_nfs rump_ntfs rump_syspuffs rump_sysvbfs
     10 SUBDIR+=rump_tmpfs rump_udf rump_v7fs
     11 SUBDIR+=rump_smbfs
     12 
     13 #
     14 # The following are not built by default
     15 #
     16 
     17 # userspace fdesc server cannot grope the fd info from the kernel,
     18 # and is therefore not useful for the average user
     19 #SUBDIR+=rump_fdesc
     20 
     21 # ditto for kernfs
     22 #SUBDIR+=rump_kernfs
     23 
     24 # rump_mqmfs is just another ffs, useful mainly for debugging
     25 #SUBDIR+=rump_nqmfs
     26 
     27 # rump_au-naturel presents lets you access '/' for a rump kernel.
     28 # mostly for debugging.
     29 #SUBDIR+=rump_au-naturel
     30 
     31 .endif
     32 
     33 .include <bsd.subdir.mk>
     34