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