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