Home | History | Annotate | Line # | Download | only in sbin
Makefile revision 1.42
      1 #	$NetBSD: Makefile,v 1.42 1997/06/23 04:23:46 mrg Exp $
      2 #	@(#)Makefile	8.5 (Berkeley) 3/31/94
      3 
      4 # Not ported: XNSrouted enpload scsiformat startslip
      5 # Missing: icheck ncheck
      6 
      7 SUBDIR=	badsect bim disklabel ccdconfig dmesg edlabel fastboot fdisk fsck \
      8 	fsirand ifconfig init mknod modload modunload mount nologin ping \
      9 	quotacheck reboot route routed savecore shutdown slattach swapctl \
     10 	ttyflags umount
     11 
     12 # support for various file systems
     13 SUBDIR+= mount_ados
     14 SUBDIR+= mount_cd9660
     15 SUBDIR+= mount_fdesc
     16 SUBDIR+= mount_ffs	newfs fsck_ffs fsdb dump restore clri tunefs
     17 SUBDIR+= mount_kernfs
     18 SUBDIR+= mount_lfs	newlfs
     19 # mount_mfs -> newfs
     20 SUBDIR+= mount_msdos	newfs_msdos fsck_msdos
     21 SUBDIR+= mount_nfs
     22 SUBDIR+= mount_null
     23 SUBDIR+= mount_portal
     24 SUBDIR+= mount_procfs
     25 SUBDIR+= mount_umap
     26 SUBDIR+= mount_union
     27 SUBDIR+= mount_ext2fs fsck_ext2fs
     28 
     29 .include <bsd.subdir.mk>
     30