diff options
author | jb <jb@FreeBSD.org> | 1998-09-05 08:22:30 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1998-09-05 08:22:30 +0000 |
commit | 21c8ab7090535da51893ddc0f57a9ecf25031b65 (patch) | |
tree | b111e59cd0e60ba59c702c07a7221ce33075cfe1 /usr.sbin/bad144 | |
parent | e34d5e7231eaf5fb388ff55d818d775b47fb8886 (diff) | |
download | FreeBSD-src-21c8ab7090535da51893ddc0f57a9ecf25031b65.zip FreeBSD-src-21c8ab7090535da51893ddc0f57a9ecf25031b65.tar.gz |
Change MACHINE to MACHINE_ARCH to support MACHINE=pc98.
Diffstat (limited to 'usr.sbin/bad144')
-rw-r--r-- | usr.sbin/bad144/Makefile | 2 |
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> |