1# @(#)Makefile 8.5 (Berkeley) 3/31/94 2# $FreeBSD$ 3 4# XXX MISSING: icheck ncheck 5 6SUBDIR= adjkerntz \ 7 atacontrol \ 8 atm \ 9 badsect \ 10 camcontrol \ 11 ccdconfig \ 12 clri \ 13 comcontrol \ 14 conscontrol \ 15 dhclient \ 16 disklabel \ 17 dmesg \ 18 dump \ 19 dumpfs \ 20 dumpon \ 21 fsck \ 22 fsck_ffs \ 23 fsck_msdosfs \ 24 fsdb \ 25 fsirand \ 26 growfs \ 27 ifconfig \ 28 init \ 29 ip6fw \ 30 ipfw \ 31 kldconfig \ 32 kldload \ 33 kldstat \ 34 kldunload \ 35 ldconfig \ 36 md5 \ 37 mdconfig \ 38 mdmfs \ 39 mknod \ 40 mount \ 41 mount_cd9660 \ 42 mount_ext2fs \ 43 mount_msdosfs \ 44 mount_nfs \ 45 mount_ntfs \ 46 mount_nullfs \ 47 mount_portalfs \ 48 mount_std \ 49 mount_udf \ 50 mount_umapfs \ 51 mount_unionfs \ 52 mountd \ 53 natd \ 54 newfs \ 55 newfs_msdos \ 56 nfsd \ 57 nologin \ 58 nos-tun \ 59 ping \ 60 ping6 \ 61 quotacheck \ 62 rcorder \ 63 reboot \ 64 restore \ 65 route \ 66 routed \ 67 rtsol \ 68 savecore \ 69 shutdown \ 70 slattach \ 71 spppcontrol \ 72 startslip \ 73 swapon \ 74 sysctl \ 75 tunefs \ 76 umount \ 77 vinum 78 79.if !defined(NO_IPFILTER) 80SUBDIR+=ipf \ 81 ipfs \ 82 ipfstat \ 83 ipmon \ 84 ipnat 85.endif 86 87.if ${MACHINE_ARCH} == "i386" 88SUBDIR+=cxconfig \ 89 mount_nwfs \ 90 mount_smbfs 91.if ${MACHINE} == "pc98" 92SUBDIR+=fdisk_pc98 93.else 94SUBDIR+=fdisk 95.endif 96.endif 97 98.if ${MACHINE_ARCH} == "ia64" 99SUBDIR+=fdisk 100.endif 101 102.include <bsd.subdir.mk> 103