aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-09-05 08:22:30 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-09-05 08:22:30 +0000
commitdb36ef8f025d81366ebb65608971112700902dc2 (patch)
tree6fa975ba47b33a858cbac5212752ddd375ddf31d /usr.sbin
parentb3e7339e375970677c612f9a59d7ee6ef8ebc504 (diff)
downloadsrc-db36ef8f025d81366ebb65608971112700902dc2.tar.gz
src-db36ef8f025d81366ebb65608971112700902dc2.zip
Change MACHINE to MACHINE_ARCH to support MACHINE=pc98.
Notes
Notes: svn path=/head/; revision=38850
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 305ce73d921c..457fda77f686 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>