1# @(#)Makefile 8.5 (Berkeley) 3/31/94 2# $Id: Makefile,v 1.55 1998/09/15 10:25:04 gibbs Exp $ 3 4# XXX MISSING: icheck ncheck 5 6SUBDIR= atm \ 7 badsect \ 8 camcontrol \ 9 ccdconfig \ 10 clri \ 11 disklabel \ 12 dmesg \ 13 dset \ 14 dump \ 15 dumpfs \ 16 dumpon \ 17 fsck \ 18 fsdb \ 19 fsirand \ 20 ifconfig \ 21 init \ 22 ipf \ 23 ipfw \ 24 kldload \ 25 kldstat \ 26 kldunload \ 27 ldconfig \ 28 md5 \ 29 mknod \ 30 modload \ 31 modunload \ 32 mount \ 33 mount_cd9660 \ 34 mount_ext2fs \ 35 mount_nfs \ 36 mount_null \ 37 mount_portal \ 38 mount_std \ 39 mount_umap \ 40 mount_union \ 41 mountd \ 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 startslip \ 58 spppcontrol \ 59 swapon \ 60 tunefs \ 61 umount 62 63.if exists(${.CURDIR}/${MACHINE_ARCH}) 64SUBDIR+= ${MACHINE_ARCH} 65.endif 66 67.if ${MACHINE_ARCH} == "i386" 68SUBDIR+=adjkerntz 69.endif 70 71.include <bsd.subdir.mk> 72