Home | History | Annotate | Line # | Download | only in puffs
Makefile revision 1.20
      1  1.20       nia #	$NetBSD: Makefile,v 1.20 2022/05/27 07:28:21 nia 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.20       nia SUBDIR+=rump_cd9660 rump_efs rump_ext2fs rump_ffs rump_hfs
      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.20       nia .  if ${MKLFS} != "no"
     13  1.20       nia SUBDIR+=rump_lfs
     14  1.20       nia .  endif
     15  1.20       nia 
     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.12     pooka # rump_mqmfs is just another ffs, useful mainly for debugging
     28  1.12     pooka #SUBDIR+=rump_nqmfs
     29  1.12     pooka 
     30  1.14     pooka # rump_au-naturel presents 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