18fae3551SRodney W. Grimes# @(#)Makefile 8.5 (Berkeley) 3/31/94 2431b8233SJustin T. Gibbs# $Id: Makefile,v 1.54 1998/09/05 08:29:05 jb Exp $ 38fae3551SRodney W. Grimes 430a2d550SPeter Wemm# XXX MISSING: icheck ncheck 5229b772dSJoerg Wunsch 6cb7f1224SGary PalmerSUBDIR= badsect \ 7431b8233SJustin T. Gibbs camcontrol \ 8cb7f1224SGary Palmer ccdconfig \ 9cb7f1224SGary Palmer clri \ 10cb7f1224SGary Palmer disklabel \ 11cb7f1224SGary Palmer dmesg \ 12cb7f1224SGary Palmer dset \ 13cb7f1224SGary Palmer dump \ 14cb7f1224SGary Palmer dumpfs \ 15cb7f1224SGary Palmer dumpon \ 16cb7f1224SGary Palmer fsck \ 17cb7f1224SGary Palmer fsdb \ 18cb7f1224SGary Palmer fsirand \ 19cb7f1224SGary Palmer ifconfig \ 20cb7f1224SGary Palmer init \ 21cb7f1224SGary Palmer ipf \ 22cb7f1224SGary Palmer ipfw \ 23cb7f1224SGary Palmer kldload \ 24cb7f1224SGary Palmer kldstat \ 25cb7f1224SGary Palmer kldunload \ 26120e8c9dSJohn Birrell ldconfig \ 27cb7f1224SGary Palmer md5 \ 28cb7f1224SGary Palmer mknod \ 29cb7f1224SGary Palmer modload \ 30cb7f1224SGary Palmer modunload \ 31cb7f1224SGary Palmer mount \ 32cb7f1224SGary Palmer mount_cd9660 \ 33cb7f1224SGary Palmer mount_ext2fs \ 34cb7f1224SGary Palmer mount_nfs \ 35cb7f1224SGary Palmer mount_null \ 36cb7f1224SGary Palmer mount_portal \ 37cb7f1224SGary Palmer mount_std \ 38cb7f1224SGary Palmer mount_umap \ 39cb7f1224SGary Palmer mount_union \ 40cb7f1224SGary Palmer mountd \ 41cb7f1224SGary Palmer newfs \ 42cb7f1224SGary Palmer newfs_msdos \ 43cb7f1224SGary Palmer nfsd \ 44cb7f1224SGary Palmer nfsiod \ 45cb7f1224SGary Palmer nologin \ 46cb7f1224SGary Palmer nos-tun \ 47cb7f1224SGary Palmer ping \ 48cb7f1224SGary Palmer quotacheck \ 49cb7f1224SGary Palmer reboot \ 50cb7f1224SGary Palmer restore \ 51cb7f1224SGary Palmer route \ 52cb7f1224SGary Palmer routed \ 53cb7f1224SGary Palmer savecore \ 54cb7f1224SGary Palmer shutdown \ 55cb7f1224SGary Palmer slattach \ 56cb7f1224SGary Palmer startslip \ 57cb7f1224SGary Palmer spppcontrol \ 58cb7f1224SGary Palmer swapon \ 59cb7f1224SGary Palmer tunefs \ 60cb7f1224SGary Palmer umount 615319d452SPoul-Henning Kamp 62b8f26023SJohn Birrell.if exists(${.CURDIR}/${MACHINE_ARCH}) 63b8f26023SJohn BirrellSUBDIR+= ${MACHINE_ARCH} 6433b51c50SJohn Birrell.endif 6533b51c50SJohn Birrell 66ce27694fSJohn Birrell.if ${MACHINE_ARCH} == "i386" 67431b8233SJustin T. GibbsSUBDIR+=adjkerntz 683e1d4f32SGary Palmer.endif 698fae3551SRodney W. Grimes 708fae3551SRodney W. Grimes.include <bsd.subdir.mk> 71