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