mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-22 08:53:41 +01:00
Change MACHINE to MACHINE_ARCH to support MACHINE=pc98.
This commit is contained in:
parent
7cfc8475b8
commit
b8f26023ac
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38852
@ -1,5 +1,5 @@
|
||||
# @(#)Makefile 8.5 (Berkeley) 3/31/94
|
||||
# $Id: Makefile,v 1.52 1998/08/30 20:27:37 gpalmer Exp $
|
||||
# $Id: Makefile,v 1.53 1998/09/05 07:35:19 jb Exp $
|
||||
|
||||
# XXX MISSING: icheck ncheck
|
||||
|
||||
@ -59,8 +59,8 @@ SUBDIR= badsect \
|
||||
tunefs \
|
||||
umount
|
||||
|
||||
.if exists(${.CURDIR}/${MACHINE})
|
||||
SUBDIR+= ${MACHINE}
|
||||
.if exists(${.CURDIR}/${MACHINE_ARCH})
|
||||
SUBDIR+= ${MACHINE_ARCH}
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
|
Loading…
Reference in New Issue
Block a user