Makefile revision 39707
1270096Strasz#	@(#)Makefile	8.5 (Berkeley) 3/31/94
2270096Strasz#	$Id: Makefile,v 1.56 1998/09/15 11:44:41 phk Exp $
3270096Strasz
4270096Strasz# XXX MISSING:		icheck ncheck
5270096Strasz
6270096StraszSUBDIR=	atm \
7270096Strasz	badsect \
8270096Strasz	camcontrol \
9270096Strasz	ccdconfig \
10270096Strasz	clri \
11270096Strasz	disklabel \
12270096Strasz	dmesg \
13270096Strasz	dset \
14270096Strasz	dump \
15270096Strasz	dumpfs \
16270096Strasz	dumpon \
17270096Strasz	fsck \
18270096Strasz	fsdb \
19270096Strasz	fsirand \
20270096Strasz	ifconfig \
21270096Strasz	init \
22270096Strasz	ipf \
23270096Strasz	ipfw \
24270096Strasz	kldload \
25270096Strasz	kldstat \
26270096Strasz	kldunload \
27270096Strasz	ldconfig \
28270096Strasz	md5 \
29270096Strasz	mknod \
30270096Strasz	modload \
31270897Strasz	modunload \
32270897Strasz	mount \
33270897Strasz	mount_cd9660 \
34270096Strasz	mount_ext2fs \
35270096Strasz	mount_nfs \
36270096Strasz	mount_null \
37270096Strasz	mount_portal \
38270096Strasz	mount_std \
39270096Strasz	mount_umap \
40270096Strasz	mount_union \
41270096Strasz	mountd \
42270096Strasz	newfs \
43270096Strasz	newfs_msdos \
44270096Strasz	nfsd \
45270096Strasz	nfsiod \
46270096Strasz	nologin \
47270096Strasz	nos-tun \
48270096Strasz	ping \
49270096Strasz	quotacheck \
50270096Strasz	reboot \
51270096Strasz	restore \
52270096Strasz	route \
53270096Strasz	routed \
54270096Strasz	savecore \
55270096Strasz	shutdown \
56270096Strasz	slattach \
57270096Strasz	startslip \
58270096Strasz	spppcontrol \
59270096Strasz	swapon \
60270096Strasz	tunefs \
61270096Strasz	umount \
62270096Strasz	vinum
63270096Strasz
64270096Strasz.if exists(${.CURDIR}/${MACHINE_ARCH})
65270096StraszSUBDIR+= ${MACHINE_ARCH}
66270096Strasz.endif
67270096Strasz
68270096Strasz.if ${MACHINE_ARCH} == "i386"
69270096StraszSUBDIR+=adjkerntz
70270096Strasz.endif
71270096Strasz
72270096Strasz.include <bsd.subdir.mk>
73270096Strasz