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