summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>2000-03-18 16:49:22 +0000
committerkato <kato@FreeBSD.org>2000-03-18 16:49:22 +0000
commitc55947768b62b831c41698ec530507302009f7b9 (patch)
tree873e98f2b067178a8eea1418026095df9870e01f /sbin/Makefile
parent182e93484a90688b6ce34cc250e4ae4c33e4e9c3 (diff)
downloadFreeBSD-src-c55947768b62b831c41698ec530507302009f7b9.zip
FreeBSD-src-c55947768b62b831c41698ec530507302009f7b9.tar.gz
Activate the pc98 directory.
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 2a1ee08..30c439b 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -75,8 +75,8 @@ SUBDIR= adjkerntz \
SUBDIR+= kget mount_nwfs
.endif
-.if exists(${.CURDIR}/${MACHINE_ARCH})
-SUBDIR+= ${MACHINE_ARCH}
+.if exists(${.CURDIR}/${MACHINE})
+SUBDIR+= ${MACHINE}
.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud