diff options
Diffstat (limited to 'usr.sbin/bad144/Makefile')
-rw-r--r-- | usr.sbin/bad144/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bad144/Makefile b/usr.sbin/bad144/Makefile index f3e10da..1b87ea2 100644 --- a/usr.sbin/bad144/Makefile +++ b/usr.sbin/bad144/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= bad144 -MAN8= bad144.0 -MANSUBDIR=/vax +MAN8= bad144.8 +MANSUBDIR=/i386 .include <bsd.prog.mk> |