Home | History | Annotate | Line # | Download | only in sbin
Makefile revision 1.70
      1  1.70   thorpej #	$NetBSD: Makefile,v 1.70 2000/11/04 18:54:13 thorpej 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.70   thorpej 	ttyflags umount wdogctl wsconsctl
     12  1.21       cgd 
     13  1.21       cgd # support for various file systems
     14  1.69  jdolecek SUBDIR+= fsck_ext2fs
     15  1.69  jdolecek SUBDIR+= newfs fsck_ffs fsdb dump restore clri tunefs
     16  1.69  jdolecek SUBDIR+= newfs_lfs fsck_lfs dump_lfs
     17  1.69  jdolecek SUBDIR+= newfs_msdos fsck_msdos
     18  1.21       cgd SUBDIR+= mount_portal
     19  1.69  jdolecek 
     20  1.69  jdolecek # following is now build into mount(8) now (see mount/Makefile)
     21  1.69  jdolecek # SUBDIR+= mount_ados mount_cd9660 mount_ext2fs mount_fdesc mount_filecore \
     22  1.69  jdolecek #	   mount_ffs mount_kernfs mount_lfs mount_msdos mount_nfs 	\
     23  1.69  jdolecek #	   mount_ntfs mount_null mount_overlay mount_procfs mount_umap	\
     24  1.69  jdolecek #	   mount_union
     25  1.58    itojun 
     26  1.58    itojun # IPv6
     27  1.59    itojun SUBDIR+= ping6 rtsol
     28  1.68    itojun 
     29  1.68    itojun # IPsec
     30  1.68    itojun SUBDIR+= setkey
     31   1.7       cgd 
     32   1.1       cgd .include <bsd.subdir.mk>
     33