Deleted Added
full compact
Makefile (38334) Makefile (38458)
1# @(#)Makefile 8.5 (Berkeley) 3/31/94
1# @(#)Makefile 8.5 (Berkeley) 3/31/94
2# $Id: Makefile,v 1.49 1998/07/06 20:05:41 rnordier Exp $
2# $Id: Makefile,v 1.50 1998/08/15 13:21:41 jb Exp $
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
13
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
13
14.if exists(${.CURDIR}/${MACHINE})
15SUBDIR+= ${MACHINE}
16.endif
17
14.if ${MACHINE_ARCH} == "i386"
15SUBDIR+=adjkerntz ldconfig scsi
16.endif
17
18.include <bsd.subdir.mk>
18.if ${MACHINE_ARCH} == "i386"
19SUBDIR+=adjkerntz ldconfig scsi
20.endif
21
22.include <bsd.subdir.mk>