aboutsummaryrefslogtreecommitdiff
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-09-05 08:29:05 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-09-05 08:29:05 +0000
commitb8f26023ac0ed6b09a13bccb8dde86701adc2466 (patch)
treee4b224a3b4467c06db3e5224d82ce6ab63757ee7 /sbin/Makefile
parent7cfc8475b806df1983cf3cb1e6ed360c40d840f6 (diff)
downloadsrc-b8f26023ac0ed6b09a13bccb8dde86701adc2466.tar.gz
src-b8f26023ac0ed6b09a13bccb8dde86701adc2466.zip
Change MACHINE to MACHINE_ARCH to support MACHINE=pc98.
Notes
Notes: svn path=/head/; revision=38852
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 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"