diff options
author | kato <kato@FreeBSD.org> | 2000-03-18 16:49:22 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 2000-03-18 16:49:22 +0000 |
commit | c55947768b62b831c41698ec530507302009f7b9 (patch) | |
tree | 873e98f2b067178a8eea1418026095df9870e01f /sbin | |
parent | 182e93484a90688b6ce34cc250e4ae4c33e4e9c3 (diff) | |
download | FreeBSD-src-c55947768b62b831c41698ec530507302009f7b9.zip FreeBSD-src-c55947768b62b831c41698ec530507302009f7b9.tar.gz |
Activate the pc98 directory.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/Makefile | 4 |
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> |