Makefile revision 38843
1#	@(#)Makefile	8.5 (Berkeley) 3/31/94
2#	$Id: Makefile,v 1.52 1998/08/30 20:27:37 gpalmer Exp $
3
4# XXX MISSING:		icheck ncheck
5
6SUBDIR= badsect \
7	ccdconfig \
8	clri \
9	disklabel \
10	dmesg \
11	dset \
12	dump \
13	dumpfs \
14	dumpon \
15	fsck \
16	fsdb \
17	fsirand \
18	ifconfig \
19	init \
20	ipf \
21	ipfw \
22	kldload \
23	kldstat \
24	kldunload \
25	ldconfig \
26	md5 \
27	mknod \
28	modload \
29	modunload \
30	mount \
31	mount_cd9660 \
32	mount_ext2fs \
33	mount_nfs \
34	mount_null \
35	mount_portal \
36	mount_std \
37	mount_umap \
38	mount_union \
39	mountd \
40	newfs \
41	newfs_msdos \
42	nfsd \
43	nfsiod \
44	nologin \
45	nos-tun \
46	ping \
47	quotacheck \
48	reboot \
49	restore \
50	route \
51	routed \
52	savecore \
53	scsiformat \
54	shutdown \
55	slattach \
56	startslip \
57	spppcontrol \
58	swapon \
59	tunefs \
60	umount
61
62.if exists(${.CURDIR}/${MACHINE})
63SUBDIR+= ${MACHINE}
64.endif
65
66.if ${MACHINE_ARCH} == "i386"
67SUBDIR+=adjkerntz \
68	scsi
69.endif
70
71.include <bsd.subdir.mk>
72