Makefile revision 38653
1#	@(#)Makefile	8.5 (Berkeley) 3/31/94
2#	$Id: Makefile,v 1.51 1998/08/20 20:47:49 jb 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	md5 \
26	mknod \
27	modload \
28	modunload \
29	mount \
30	mount_cd9660 \
31	mount_ext2fs \
32	mount_nfs \
33	mount_null \
34	mount_portal \
35	mount_std \
36	mount_umap \
37	mount_union \
38	mountd \
39	newfs \
40	newfs_msdos \
41	nfsd \
42	nfsiod \
43	nologin \
44	nos-tun \
45	ping \
46	quotacheck \
47	reboot \
48	restore \
49	route \
50	routed \
51	savecore \
52	scsiformat \
53	shutdown \
54	slattach \
55	startslip \
56	spppcontrol \
57	swapon \
58	tunefs \
59	umount
60
61.if exists(${.CURDIR}/${MACHINE})
62SUBDIR+= ${MACHINE}
63.endif
64
65.if ${MACHINE_ARCH} == "i386"
66SUBDIR+=adjkerntz \
67	ldconfig \
68	scsi
69.endif
70
71.include <bsd.subdir.mk>
72