Home | History | Annotate | Line # | Download | only in puffs
Makefile revision 1.21.4.2
      1  1.21.4.2  perseant #	$NetBSD: Makefile,v 1.21.4.2 2025/08/02 05:58:54 perseant 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.21       nia 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.21.4.1  perseant .if (${MKEXFATFS} != "no")
     13  1.21.4.1  perseant SUBDIR+=rump_exfatfs
     14  1.21.4.1  perseant .endif
     15  1.21.4.1  perseant 
     16       1.9     pooka #
     17       1.9     pooka # The following are not built by default
     18       1.9     pooka #
     19       1.9     pooka 
     20       1.9     pooka # userspace fdesc server cannot grope the fd info from the kernel,
     21       1.9     pooka # and is therefore not useful for the average user
     22       1.9     pooka #SUBDIR+=rump_fdesc
     23       1.9     pooka 
     24      1.13     pooka # ditto for kernfs
     25      1.13     pooka #SUBDIR+=rump_kernfs
     26      1.13     pooka 
     27  1.21.4.2  perseant # rump_nqmfs is just another ffs, useful mainly for debugging
     28      1.12     pooka #SUBDIR+=rump_nqmfs
     29      1.12     pooka 
     30  1.21.4.2  perseant # rump_au-naturel lets you access '/' for a rump kernel.
     31      1.14     pooka # mostly for debugging.
     32      1.14     pooka #SUBDIR+=rump_au-naturel
     33      1.14     pooka 
     34      1.17  christos .endif
     35      1.17  christos 
     36       1.1     pooka .include <bsd.subdir.mk>
     37