From ef5c98dd4552a60c77815d0cc9d9b7c5e80ceb62 Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 15 Oct 1997 16:16:41 +0000 Subject: Removed the subdirectory paths from the definitions of MAN[1-9]. They were a workaround for limitations in bsd.man.mk that were fixed about 2 years ago. --- lib/libc/nls/Makefile.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/libc/nls') diff --git a/lib/libc/nls/Makefile.inc b/lib/libc/nls/Makefile.inc index 6d2acea..8bbca27 100644 --- a/lib/libc/nls/Makefile.inc +++ b/lib/libc/nls/Makefile.inc @@ -1,11 +1,10 @@ # from $NetBSD: Makefile.inc,v 1.7 1995/02/27 13:06:20 cgd Exp $ -# $Id$ +# $Id: Makefile.inc,v 1.3 1997/05/03 03:50:01 jb Exp $ .PATH: ${.CURDIR}/../libc/nls SRCS+= catclose.c catgets.c catopen.c msgcat.c -# Only build man pages with libc. .if ${LIB} == "c" -MAN3+= nls/catclose.3 nls/catgets.3 nls/catopen.3 +MAN3+= catclose.3 catgets.3 catopen.3 .endif -- cgit v1.1