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