move man page to pc532 subdir

This commit is contained in:
perry 1997-08-15 18:46:15 +00:00
parent 969394a32b
commit 39a4482924
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 1997/08/06 19:06:56 phil Exp $
# $NetBSD: Makefile,v 1.5 1997/08/15 18:46:15 perry Exp $
.if ${MACHINE} == "pc532"
PROG = bim
@ -6,6 +6,7 @@ SRCS = bim.c command.c
.endif
MAN = bim.8
MANSUBDIR = /pc532
.include <bsd.prog.mk>