1# from $NetBSD: Makefile.inc,v 1.7 1995/02/27 13:06:20 cgd Exp $ 2# $Id$ 3 4.PATH: ${.CURDIR}/../libc/nls 5 6SRCS+= catclose.c catgets.c catopen.c msgcat.c 7 8# Only build man pages with libc. 9.if ${LIB} == "c" 10MAN3+= nls/catclose.3 nls/catgets.3 nls/catopen.3 11.endif 12