freebsd-dev/lib/libc/nls/Makefile.inc
Bruce Evans 2bc3b4d735 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.
1997-10-15 16:16:41 +00:00

11 lines
264 B
Makefile

# from $NetBSD: Makefile.inc,v 1.7 1995/02/27 13:06:20 cgd Exp $
# $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
.if ${LIB} == "c"
MAN3+= catclose.3 catgets.3 catopen.3
.endif