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