aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bad144/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bad144/Makefile b/usr.sbin/bad144/Makefile
index 8af1839036a6..305ce73d921c 100644
--- a/usr.sbin/bad144/Makefile
+++ b/usr.sbin/bad144/Makefile
@@ -3,7 +3,8 @@
PROG= bad144
SRCS= bad144.c dkcksum.c
MAN8= bad144.8
-MANSUBDIR=/i386
+MLINKS= bad144.8 ../bad144.8
+MANSUBDIR=/${MACHINE}
.PATH: ${.CURDIR}/../../sbin/disklabel
.include <bsd.prog.mk>