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