aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bad144
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-14 02:30:19 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-14 02:30:19 +0000
commitaf9fe6e59db374e81a2a8ea010a356bba7e77bb8 (patch)
treec54612ed4fcba6ed52870d477838e761165ff506 /usr.sbin/bad144
parent43e6fcd576e3594bd98ae160e49e45a53ebc4bec (diff)
downloadsrc-af9fe6e59db374e81a2a8ea010a356bba7e77bb8.tar.gz
src-af9fe6e59db374e81a2a8ea010a356bba7e77bb8.zip
mlink bad144.8 to man8/bad144.8 so we can find the manual page.
Use /${MACHINE} for MANSUBDIR instead of hardcoded /i386 Obtained from: FreeBSD 1.1.5.1
Notes
Notes: svn path=/head/; revision=8503
Diffstat (limited to 'usr.sbin/bad144')
-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>