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