summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-09-05 08:29:05 +0000
committerjb <jb@FreeBSD.org>1998-09-05 08:29:05 +0000
commit343f602fe0b2ab64f27a153b1d7026a5b2751d3a (patch)
treed828032fcc11ed83ceeb0748719406057086c3ff /sbin/Makefile
parente53f0d692aa35029c88c8185c82b49f34f8ad930 (diff)
downloadFreeBSD-src-343f602fe0b2ab64f27a153b1d7026a5b2751d3a.zip
FreeBSD-src-343f602fe0b2ab64f27a153b1d7026a5b2751d3a.tar.gz
Change MACHINE to MACHINE_ARCH to support MACHINE=pc98.
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index d9bd025..d58983e 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -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"
OpenPOWER on IntegriCloud