summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-09-05 08:22:30 +0000
committerjb <jb@FreeBSD.org>1998-09-05 08:22:30 +0000
commit21c8ab7090535da51893ddc0f57a9ecf25031b65 (patch)
treeb111e59cd0e60ba59c702c07a7221ce33075cfe1 /usr.sbin
parente34d5e7231eaf5fb388ff55d818d775b47fb8886 (diff)
downloadFreeBSD-src-21c8ab7090535da51893ddc0f57a9ecf25031b65.zip
FreeBSD-src-21c8ab7090535da51893ddc0f57a9ecf25031b65.tar.gz
Change MACHINE to MACHINE_ARCH to support MACHINE=pc98.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bad144/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bad144/Makefile b/usr.sbin/bad144/Makefile
index 305ce73..457fda7 100644
--- a/usr.sbin/bad144/Makefile
+++ b/usr.sbin/bad144/Makefile
@@ -4,7 +4,7 @@ PROG= bad144
SRCS= bad144.c dkcksum.c
MAN8= bad144.8
MLINKS= bad144.8 ../bad144.8
-MANSUBDIR=/${MACHINE}
+MANSUBDIR=/${MACHINE_ARCH}
.PATH: ${.CURDIR}/../../sbin/disklabel
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud