1# @(#)Makefile 8.5 (Berkeley) 3/31/94 2# $FreeBSD$ 3 4# XXX MISSING: icheck ncheck 5 6SUBDIR= adjkerntz \ 7 atm \ 8 badsect \ 9 camcontrol \ 10 ccdconfig \ 11 clri \ 12 comcontrol \ 13 dhclient \ 14 disklabel \ 15 dmesg \ 16 dump \ 17 dumpfs \ 18 dumpon \ 19 fsck \ 20 fsck_ifs \ 21 fsck_ffs \ 22 fsdb \ 23 fsirand \ 24 ifconfig \ 25 init \ 26 ip6fw \ 27 ipf \ 28 ipfstat \ 29 ipfw \ 30 ipmon \ 31 ipnat \ 32 kldload \ 33 kldstat \ 34 kldunload \ 35 ldconfig \ 36 md5 \ 37 mknod \ 38 mount \ 39 mount_cd9660 \ 40 mount_ext2fs \ 41 mount_ifs \ 42 mount_msdos \ 43 mount_nfs \ 44 mount_ntfs \ 45 mount_null \ 46 mount_portal \ 47 mount_std \ 48 mount_umap \ 49 mount_union \ 50 mountd \ 51 natd \ 52 newfs \ 53 newfs_msdos \ 54 nfsd \ 55 nfsiod \ 56 nologin \ 57 nos-tun \ 58 ping \ 59 ping6 \ 60 quotacheck \ 61 reboot \ 62 restore \ 63 route \ 64 routed \ 65 rtsol \ 66 savecore \ 67 shutdown \ 68 slattach \ 69 spppcontrol \ 70 startslip \ 71 sysctl \ 72 swapon \ 73 tunefs \ 74 umount \ 75 vinum 76 77.if ${MACHINE_ARCH} == i386 78SUBDIR+= kget mount_nwfs 79.endif 80 81.if exists(${.CURDIR}/${MACHINE}) 82SUBDIR+= ${MACHINE} 83.endif 84 85.include <bsd.subdir.mk> 86