Makefile revision 39707
1#	@(#)Makefile	8.5 (Berkeley) 3/31/94
2#	$Id: Makefile,v 1.56 1998/09/15 11:44:41 phk Exp $
3
4# XXX MISSING:		icheck ncheck
5
6SUBDIR=	atm \
7	badsect \
8	camcontrol \
9	ccdconfig \
10	clri \
11	disklabel \
12	dmesg \
13	dset \
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_null \
37	mount_portal \
38	mount_std \
39	mount_umap \
40	mount_union \
41	mountd \
42	newfs \
43	newfs_msdos \
44	nfsd \
45	nfsiod \
46	nologin \
47	nos-tun \
48	ping \
49	quotacheck \
50	reboot \
51	restore \
52	route \
53	routed \
54	savecore \
55	shutdown \
56	slattach \
57	startslip \
58	spppcontrol \
59	swapon \
60	tunefs \
61	umount \
62	vinum
63
64.if exists(${.CURDIR}/${MACHINE_ARCH})
65SUBDIR+= ${MACHINE_ARCH}
66.endif
67
68.if ${MACHINE_ARCH} == "i386"
69SUBDIR+=adjkerntz
70.endif
71
72.include <bsd.subdir.mk>
73