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