From 39a4482924d8e8c0253f14286bfd2b1c19bb3fc6 Mon Sep 17 00:00:00 2001 From: perry Date: Fri, 15 Aug 1997 18:46:15 +0000 Subject: [PATCH] move man page to pc532 subdir --- sbin/bim/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sbin/bim/Makefile b/sbin/bim/Makefile index 81471ce03574..a24e8c4c123c 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