freebsd-dev/lib/libc/nls/Makefile.inc
2001-03-27 17:27:19 +00:00

11 lines
188 B
Makefile

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