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