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 devd \ 16 devfs \ 17 dhclient \ 18 disklabel \ 19 dmesg \ 20 dump \ 21 dumpfs \ 22 dumpon \ 23 fsck \ 24 fsck_ffs \ 25 fsck_msdosfs \ 26 fsdb \ 27 fsirand \ 28 gbde \ 29 growfs \ 30 ifconfig \ 31 init \ 32 ip6fw \ 33 ipfw \ 34 kldconfig \ 35 kldload \ 36 kldstat \ 37 kldunload \ 38 ldconfig \ 39 md5 \ 40 mdconfig \ 41 mdmfs \ 42 mknod \ 43 mount \ 44 mount_cd9660 \ 45 mount_ext2fs \ 46 mount_msdosfs \ 47 mount_nfs \ 48 mount_ntfs \ 49 mount_nullfs \ 50 mount_portalfs \ 51 mount_std \ 52 mount_udf \ 53 mount_umapfs \ 54 mount_unionfs \ 55 natd \ 56 newfs \ 57 newfs_msdos \ 58 nfsiod \ 59 nologin \ 60 nos-tun \ 61 ping \ 62 ping6 \ 63 quotacheck \ 64 raidctl \ 65 rcorder \ 66 reboot \ 67 restore \ 68 route \ 69 routed \ 70 rtsol \ 71 savecore \ 72 shutdown \ 73 slattach \ 74 spppcontrol \ 75 startslip \ 76 swapon \ 77 sysctl \ 78 tunefs \ 79 umount \ 80 vinum 81 82.if !defined(NO_IPFILTER) 83SUBDIR+=ipf \ 84 ipfs \ 85 ipfstat \ 86 ipmon \ 87 ipnat 88.endif 89 90.if ${MACHINE_ARCH} == "i386" 91SUBDIR+=cxconfig \ 92 mount_nwfs \ 93 mount_smbfs 94.if ${MACHINE} == "pc98" 95SUBDIR+=fdisk_pc98 96.else 97SUBDIR+=fdisk 98.endif 99.endif 100 101.if ${MACHINE_ARCH} == "ia64" 102SUBDIR+=fdisk \ 103 gpt \ 104 mca 105.endif 106 107.include <bsd.subdir.mk> 108