freebsd-dev/lib/libc/nls/Makefile.inc

11 lines
190 B
PHP
Raw Normal View History

# from $NetBSD: Makefile.inc,v 1.7 1995/02/27 13:06:20 cgd Exp $
1999-08-28 00:22:10 +00:00
# $FreeBSD$
.PATH: ${.CURDIR}/../libc/nls
SRCS+= msgcat.c
.if ${LIB} == "c"
MAN3+= catclose.3 catgets.3 catopen.3
.endif