Home | History | Annotate | Line # | Download | only in sbin
Makefile revision 1.68
      1  1.68    itojun #	$NetBSD: Makefile,v 1.68 2000/06/13 15:15:21 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.67     soren 	fsck fsirand ifconfig init ldconfig lmcctl mbrlabel mknod modload \
      9  1.67     soren 	modunload mount newbtconf nologin ping raidctl reboot rcorder rndctl \
     10  1.67     soren 	route routed savecore scsictl shutdown slattach swapctl sysctl \
     11  1.67     soren 	ttyflags 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.66  wrstuden SUBDIR+= mount_overlay
     28  1.21       cgd SUBDIR+= mount_portal
     29  1.21       cgd SUBDIR+= mount_procfs
     30  1.21       cgd SUBDIR+= mount_umap
     31  1.21       cgd SUBDIR+= mount_union
     32  1.58    itojun 
     33  1.58    itojun # IPv6
     34  1.59    itojun SUBDIR+= ping6 rtsol
     35  1.68    itojun 
     36  1.68    itojun # IPsec
     37  1.68    itojun SUBDIR+= setkey
     38   1.7       cgd 
     39   1.1       cgd .include <bsd.subdir.mk>
     40