1 # $NetBSD: Makefile,v 1.109.4.3 2008/09/28 11:17:10 mjf 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 devfsd disklabel dkctl dkscan_bsdlabel dmesg \ 11 drvctl edlabel fastboot fdisk fsck fsirand gpt 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 svhlabel swapctl sysctl \ 15 ttyflags umount veriexecctl wdogctl wsconsctl 16 17 .if ${MKMODULAR} != "no" 18 SUBDIR+= modstat 19 .endif 20 21 # support for various file systems 22 SUBDIR+= newfs_ext2fs fsck_ext2fs 23 SUBDIR+= newfs fsck_ffs fsdb dump restore clri tunefs 24 SUBDIR+= newfs_lfs fsck_lfs dump_lfs resize_lfs 25 SUBDIR+= newfs_msdos fsck_msdos 26 SUBDIR+= newfs_sysvbfs 27 SUBDIR+= newfs_udf 28 SUBDIR+= mount_ados 29 SUBDIR+= mount_cd9660 30 SUBDIR+= mount_devfs 31 SUBDIR+= mount_efs 32 SUBDIR+= mount_ext2fs 33 SUBDIR+= mount_fdesc 34 SUBDIR+= mount_filecore 35 SUBDIR+= mount_ffs 36 SUBDIR+= mount_hfs 37 SUBDIR+= mount_kernfs 38 SUBDIR+= mount_lfs 39 SUBDIR+= mount_msdos 40 SUBDIR+= mount_udf 41 SUBDIR+= mount_nfs 42 SUBDIR+= mount_ntfs 43 SUBDIR+= mount_null 44 SUBDIR+= mount_overlay 45 SUBDIR+= mount_portal 46 SUBDIR+= mount_procfs 47 SUBDIR+= mount_ptyfs 48 SUBDIR+= mount_smbfs 49 SUBDIR+= mount_sysvbfs 50 SUBDIR+= mount_tmpfs 51 SUBDIR+= mount_umap 52 SUBDIR+= mount_union 53 54 .if (${MKCRYPTO} != "no") 55 SUBDIR+= cgdconfig 56 .endif 57 58 .if (${USE_INET6} != "no") 59 SUBDIR+= ping6 rtsol 60 .endif 61 62 # IPsec 63 SUBDIR+= setkey 64 65 .include <bsd.subdir.mk> 66