Home | History | Annotate | Line # | Download | only in sbin
Makefile revision 1.97
      1 #	$NetBSD: Makefile,v 1.97 2005/12/29 14:53:47 tsutsui Exp $
      2 #	@(#)Makefile	8.5 (Berkeley) 3/31/94
      3 
      4 # Not ported: XNSrouted enpload scsiformat startslip
      5 # Missing: icheck ncheck
      6 
      7 .include <bsd.own.mk>
      8 
      9 SUBDIR=	atactl badsect bim brconfig ccdconfig disklabel dkctl dmesg \
     10 	drvctl edlabel fastboot fdisk fsck fsirand ifconfig init ldconfig \
     11 	mbrlabel mknod modload modunload mount newbtconf nologin \
     12 	pdisk ping pppoectl raidctl reboot rcorder rndctl route routed \
     13 	savecore scan_ffs scsictl shutdown slattach swapctl sysctl ttyflags \
     14 	umount veriexecctl vinum wdogctl wsconsctl
     15 
     16 # support for various file systems
     17 SUBDIR+= fsck_ext2fs
     18 SUBDIR+= newfs fsck_ffs fsdb dump restore clri tunefs
     19 SUBDIR+= newfs_lfs fsck_lfs dump_lfs resize_lfs
     20 SUBDIR+= newfs_msdos fsck_msdos
     21 SUBDIR+= newfs_sysvbfs
     22 SUBDIR+= mount_ados
     23 SUBDIR+= mount_cd9660
     24 SUBDIR+= mount_ext2fs
     25 SUBDIR+= mount_fdesc
     26 SUBDIR+= mount_filecore
     27 SUBDIR+= mount_ffs
     28 SUBDIR+= mount_kernfs
     29 SUBDIR+= mount_lfs
     30 SUBDIR+= mount_msdos
     31 SUBDIR+= mount_nfs
     32 SUBDIR+= mount_ntfs
     33 SUBDIR+= mount_null
     34 SUBDIR+= mount_overlay
     35 SUBDIR+= mount_portal
     36 SUBDIR+= mount_procfs
     37 SUBDIR+= mount_ptyfs
     38 SUBDIR+= mount_smbfs
     39 SUBDIR+= mount_sysvbfs
     40 SUBDIR+= mount_tmpfs
     41 SUBDIR+= mount_umap
     42 SUBDIR+= mount_union
     43 
     44 .if (${MKCRYPTO} != "no")
     45 SUBDIR+= cgdconfig
     46 .endif
     47 
     48 .if (${USE_INET6} != "no")
     49 SUBDIR+= ping6 rtsol
     50 .endif
     51 
     52 # IPsec
     53 SUBDIR+= setkey
     54 
     55 .include <bsd.subdir.mk>
     56