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