Deleted Added
full compact
Makefile (38458) Makefile (38653)
1# @(#)Makefile 8.5 (Berkeley) 3/31/94
1# @(#)Makefile 8.5 (Berkeley) 3/31/94
2# $Id: Makefile,v 1.50 1998/08/15 13:21:41 jb Exp $
2# $Id: Makefile,v 1.51 1998/08/20 20:47:49 jb Exp $
3
4# XXX MISSING: icheck ncheck
5
3
4# XXX MISSING: icheck ncheck
5
6SUBDIR= badsect ccdconfig clri disklabel dmesg dset dump dumpfs dumpon \
7 fsck fsdb fsirand ifconfig init ipf ipfw kldload kldstat kldunload \
8 md5 mknod modload modunload mount mount_cd9660 mount_ext2fs \
9 mount_nfs mount_null mount_portal mount_std mount_umap \
10 mount_union mountd newfs newfs_msdos nfsd nfsiod nologin nos-tun \
11 ping quotacheck reboot restore route routed savecore scsiformat \
12 shutdown slattach startslip spppcontrol swapon tunefs umount
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
13
14.if exists(${.CURDIR}/${MACHINE})
15SUBDIR+= ${MACHINE}
16.endif
17
18.if ${MACHINE_ARCH} == "i386"
60
61.if exists(${.CURDIR}/${MACHINE})
62SUBDIR+= ${MACHINE}
63.endif
64
65.if ${MACHINE_ARCH} == "i386"
19SUBDIR+=adjkerntz ldconfig scsi
66SUBDIR+=adjkerntz \
67 ldconfig \
68 scsi
20.endif
21
22.include <bsd.subdir.mk>
69.endif
70
71.include <bsd.subdir.mk>