From 1c206c591f8ba0f61ac832b5885ce085da2dc88f Mon Sep 17 00:00:00 2001 From: KATO Takenori Date: Sat, 18 Mar 2000 16:49:22 +0000 Subject: [PATCH] Activate the pc98 directory. --- sbin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/Makefile b/sbin/Makefile index 2a1ee08ebfc8..30c439ba75a8 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