diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-14 02:30:19 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-14 02:30:19 +0000 |
| commit | af9fe6e59db374e81a2a8ea010a356bba7e77bb8 (patch) | |
| tree | c54612ed4fcba6ed52870d477838e761165ff506 | |
| parent | 43e6fcd576e3594bd98ae160e49e45a53ebc4bec (diff) | |
Notes
| -rw-r--r-- | usr.sbin/bad144/Makefile | 3 |
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> |
