Deleted Added
full compact
Makefile (38653) Makefile (38843)
1# @(#)Makefile 8.5 (Berkeley) 3/31/94
1# @(#)Makefile 8.5 (Berkeley) 3/31/94
2# $Id: Makefile,v 1.51 1998/08/20 20:47:49 jb Exp $
2# $Id: Makefile,v 1.52 1998/08/30 20:27:37 gpalmer Exp $
3
4# XXX MISSING: icheck ncheck
5
6SUBDIR= badsect \
7 ccdconfig \
8 clri \
9 disklabel \
10 dmesg \

--- 6 unchanged lines hidden (view full) ---

17 fsirand \
18 ifconfig \
19 init \
20 ipf \
21 ipfw \
22 kldload \
23 kldstat \
24 kldunload \
3
4# XXX MISSING: icheck ncheck
5
6SUBDIR= badsect \
7 ccdconfig \
8 clri \
9 disklabel \
10 dmesg \

--- 6 unchanged lines hidden (view full) ---

17 fsirand \
18 ifconfig \
19 init \
20 ipf \
21 ipfw \
22 kldload \
23 kldstat \
24 kldunload \
25 ldconfig \
25 md5 \
26 mknod \
27 modload \
28 modunload \
29 mount \
30 mount_cd9660 \
31 mount_ext2fs \
32 mount_nfs \

--- 26 unchanged lines hidden (view full) ---

59 umount
60
61.if exists(${.CURDIR}/${MACHINE})
62SUBDIR+= ${MACHINE}
63.endif
64
65.if ${MACHINE_ARCH} == "i386"
66SUBDIR+=adjkerntz \
26 md5 \
27 mknod \
28 modload \
29 modunload \
30 mount \
31 mount_cd9660 \
32 mount_ext2fs \
33 mount_nfs \

--- 26 unchanged lines hidden (view full) ---

60 umount
61
62.if exists(${.CURDIR}/${MACHINE})
63SUBDIR+= ${MACHINE}
64.endif
65
66.if ${MACHINE_ARCH} == "i386"
67SUBDIR+=adjkerntz \
67 ldconfig \
68 scsi
69.endif
70
71.include <bsd.subdir.mk>
68 scsi
69.endif
70
71.include <bsd.subdir.mk>