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