All but two if these build on alpha now, but most are untested.

ldconfig isn't required.
This commit is contained in:
John Birrell 1998-08-15 13:21:41 +00:00
parent 7a55a3c230
commit 3aeb50c6e6

View File

@ -1,22 +1,18 @@
# @(#)Makefile 8.5 (Berkeley) 3/31/94
# $Id: Makefile,v 1.48 1998/06/01 14:12:48 peter Exp $
# $Id: Makefile,v 1.49 1998/07/06 20:05:41 rnordier Exp $
# XXX MISSING: icheck ncheck
SUBDIR= init md5 mknod nologin ping reboot route routed scsiformat shutdown
SUBDIR= badsect ccdconfig clri disklabel dmesg dset dump dumpfs dumpon \
fsck fsdb fsirand ifconfig init ipf ipfw kldload kldstat kldunload \
md5 mknod modload modunload mount mount_cd9660 mount_ext2fs \
mount_nfs mount_null mount_portal mount_std mount_umap \
mount_union mountd newfs newfs_msdos nfsd nfsiod nologin nos-tun \
ping quotacheck reboot restore route routed savecore scsiformat \
shutdown slattach startslip spppcontrol swapon tunefs umount
.if ${MACHINE_ARCH} == "i386"
SUBDIR+=adjkerntz badsect ccdconfig clri disklabel dmesg dset dump dumpfs \
dumpon fsck fsdb fsirand ifconfig ipf ipfw kldload kldstat \
kldunload ldconfig modload modunload mount mount_cd9660 mount_ext2fs \
mount_nfs mount_null mount_portal mount_std mount_umap \
mount_union mountd newfs newfs_msdos nfsd nfsiod nos-tun quotacheck \
restore savecore scsi slattach startslip spppcontrol swapon \
tunefs umount
.endif
.if exists(${.CURDIR}/${MACHINE})
SUBDIR+= ${MACHINE}
SUBDIR+=adjkerntz ldconfig scsi
.endif
.include <bsd.subdir.mk>