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 dhclient \ 13 disklabel \ 14 dmesg \ 15 dump \ 16 dumpfs \ 17 dumpon \ 18 fsck \ 19 fsdb \ 20 fsirand \ 21 ifconfig \ 22 init \ 23 ipfw \ 24 kldload \ 25 kldstat \ 26 kldunload \ 27 ldconfig \ 28 md5 \ 29 mknod \ 30 mount \ 31 mount_cd9660 \ 32 mount_ext2fs \ 33 mount_nfs \ 34 mount_ntfs \ 35 mount_null \ 36 mount_portal \ 37 mount_std \ 38 mount_umap \ 39 mount_union \ 40 mountd \ 41 natd \ 42 newfs \ 43 newfs_msdos \ 44 nfsd \ 45 nfsiod \ 46 nologin \ 47 nos-tun \ 48 ping \ 49 quotacheck \ 50 reboot \ 51 restore \ 52 route \ 53 routed \ 54 savecore \ 55 shutdown \ 56 slattach \ 57 spppcontrol \ 58 startslip \ 59 sysctl \ 60 swapon \ 61 tunefs \ 62 umount \ 63 vinum 64 65.if ${MACHINE_ARCH} == i386 66SUBDIR+= kget mount_nwfs 67.endif 68 69.if exists(${.CURDIR}/${MACHINE_ARCH}) 70SUBDIR+= ${MACHINE_ARCH} 71.endif 72 73.include <bsd.subdir.mk> 74