Home | History | Annotate | Line # | Download | only in sbin
Makefile revision 1.65
      1  1.65    itojun #	$NetBSD: Makefile,v 1.65 2000/01/17 02:36:31 itojun 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.51        ws # Missing: icheck ncheck
      6   1.8       cgd 
      7  1.50      kenh SUBDIR=	atactl badsect bim ccdconfig disklabel dmesg edlabel fastboot fdisk \
      8  1.56  explorer 	fsck fsirand ifconfig init ldconfig lmcctl mknod modload modunload \
      9  1.64       mrg 	mount newbtconf nologin ping raidctl reboot rcorder rndctl route \
     10  1.65    itojun 	routed savecore scsictl shutdown slattach swapctl sysctl ttyflags \
     11  1.65    itojun 	umount wsconsctl
     12  1.21       cgd 
     13  1.21       cgd # support for various file systems
     14  1.21       cgd SUBDIR+= mount_ados
     15  1.21       cgd SUBDIR+= mount_cd9660
     16  1.44     mikel SUBDIR+= mount_ext2fs	fsck_ext2fs
     17  1.21       cgd SUBDIR+= mount_fdesc
     18  1.46      mark SUBDIR+= mount_filecore
     19  1.41        pk SUBDIR+= mount_ffs	newfs fsck_ffs fsdb dump restore clri tunefs
     20  1.21       cgd SUBDIR+= mount_kernfs
     21  1.62  perseant SUBDIR+= mount_lfs	newfs_lfs fsck_lfs dump_lfs
     22  1.21       cgd # mount_mfs -> newfs
     23  1.34  christos SUBDIR+= mount_msdos	newfs_msdos fsck_msdos
     24  1.21       cgd SUBDIR+= mount_nfs
     25  1.57  christos SUBDIR+= mount_ntfs
     26  1.21       cgd SUBDIR+= mount_null
     27  1.21       cgd SUBDIR+= mount_portal
     28  1.21       cgd SUBDIR+= mount_procfs
     29  1.21       cgd SUBDIR+= mount_umap
     30  1.21       cgd SUBDIR+= mount_union
     31  1.58    itojun 
     32  1.58    itojun # IPv6
     33  1.59    itojun SUBDIR+= ping6 rtsol
     34   1.7       cgd 
     35   1.1       cgd .include <bsd.subdir.mk>
     36