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