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