From b8f26023ac0ed6b09a13bccb8dde86701adc2466 Mon Sep 17 00:00:00 2001 From: John Birrell Date: Sat, 5 Sep 1998 08:29:05 +0000 Subject: [PATCH] Change MACHINE to MACHINE_ARCH to support MACHINE=pc98. --- sbin/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sbin/Makefile b/sbin/Makefile index d9bd025f459d..d58983e145dc 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"