Makefile revision 38852
18870Srgrimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
250476Speter#	$Id: Makefile,v 1.53 1998/09/05 07:35:19 jb Exp $
38870Srgrimes
42116Sjkh# XXX MISSING:		icheck ncheck
52116Sjkh
68870SrgrimesSUBDIR= badsect \
72116Sjkh	ccdconfig \
82116Sjkh	clri \
98870Srgrimes	disklabel \
102116Sjkh	dmesg \
112116Sjkh	dset \
128870Srgrimes	dump \
138870Srgrimes	dumpfs \
142116Sjkh	dumpon \
152116Sjkh	fsck \
162116Sjkh	fsdb \
172116Sjkh	fsirand \
188870Srgrimes	ifconfig \
198870Srgrimes	init \
202116Sjkh	ipf \
212116Sjkh	ipfw \
222116Sjkh	kldload \
232116Sjkh	kldstat \
242116Sjkh	kldunload \
252116Sjkh	ldconfig \
268870Srgrimes	md5 \
272116Sjkh	mknod \
282116Sjkh	modload \
292116Sjkh	modunload \
302116Sjkh	mount \
318870Srgrimes	mount_cd9660 \
322116Sjkh	mount_ext2fs \
332116Sjkh	mount_nfs \
348870Srgrimes	mount_null \
352116Sjkh	mount_portal \
362116Sjkh	mount_std \
378870Srgrimes	mount_umap \
382116Sjkh	mount_union \
392116Sjkh	mountd \
408870Srgrimes	newfs \
412116Sjkh	newfs_msdos \
428870Srgrimes	nfsd \
432116Sjkh	nfsiod \
4433662Sjb	nologin \
4533662Sjb	nos-tun \
4633662Sjb	ping \
4733662Sjb	quotacheck \
4833662Sjb	reboot \
4933662Sjb	restore \
5033662Sjb	route \
5142044Sdfr	routed \
5242044Sdfr	savecore \
5333662Sjb	scsiformat \
5422808Sbde	shutdown \
5524964Sbde	slattach \
562116Sjkh	startslip \
572116Sjkh	spppcontrol \
5822731Sbde	swapon \
592116Sjkh	tunefs \
6033662Sjb	umount
6133662Sjb
6233662Sjb.if exists(${.CURDIR}/${MACHINE_ARCH})
6333662SjbSUBDIR+= ${MACHINE_ARCH}
6433662Sjb.endif
6533662Sjb
6633662Sjb.if ${MACHINE_ARCH} == "i386"
672116SjkhSUBDIR+=adjkerntz \
6822731Sbde	scsi
6922731Sbde.endif
7022731Sbde
712116Sjkh.include <bsd.subdir.mk>
722116Sjkh