1# @(#)Makefile 8.5 (Berkeley) 3/31/94 2# $Id: Makefile,v 1.60 1998/12/27 19:43:28 sos Exp $ 3 4# XXX MISSING: icheck ncheck 5 6SUBDIR= adjkerntz \ 7 atm \ 8 badsect \ 9 camcontrol \ 10 ccdconfig \ 11 clri \ 12 disklabel \ 13 dmesg \ 14 dset \ 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 modload \ 32 modunload \ 33 mount \ 34 mount_cd9660 \ 35 mount_ext2fs \ 36 mount_nfs \ 37 mount_null \ 38 mount_portal \ 39 mount_std \ 40 mount_umap \ 41 mount_union \ 42 mountd \ 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 swapon \ 61 tunefs \ 62 umount \ 63 vinum 64 65.if exists(${.CURDIR}/${MACHINE_ARCH}) 66SUBDIR+= ${MACHINE_ARCH} 67.endif 68 69.include <bsd.subdir.mk> 70