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