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