diff options
| author | perry <perry@NetBSD.org> | 1997-08-15 18:46:15 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 1997-08-15 18:46:15 +0000 |
| commit | 39a4482924d8e8c0253f14286bfd2b1c19bb3fc6 (patch) | |
| tree | 2d721797c895a99570bd9b635b43bd70f3ab3b4c | |
| parent | 969394a32b24f5f87dbf5110e8ac2ecbf4158d08 (diff) | |
move man page to pc532 subdir
| -rw-r--r-- | sbin/bim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/bim/Makefile b/sbin/bim/Makefile index 81471ce0357..a24e8c4c123 100644 --- a/sbin/bim/Makefile +++ b/sbin/bim/Makefile @@ -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> |
