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