Fix the machine dependent SUBDIR I removed by mistake in the last commit.
This commit is contained in:
parent
98fd9b6126
commit
33b51c50fb
@ -1,5 +1,5 @@
|
||||
# @(#)Makefile 8.5 (Berkeley) 3/31/94
|
||||
# $Id: Makefile,v 1.49 1998/07/06 20:05:41 rnordier Exp $
|
||||
# $Id: Makefile,v 1.50 1998/08/15 13:21:41 jb Exp $
|
||||
|
||||
# XXX MISSING: icheck ncheck
|
||||
|
||||
@ -11,6 +11,10 @@ SUBDIR= badsect ccdconfig clri disklabel dmesg dset dump dumpfs dumpon \
|
||||
ping quotacheck reboot restore route routed savecore scsiformat \
|
||||
shutdown slattach startslip spppcontrol swapon tunefs umount
|
||||
|
||||
.if exists(${.CURDIR}/${MACHINE})
|
||||
SUBDIR+= ${MACHINE}
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
SUBDIR+=adjkerntz ldconfig scsi
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user