1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/lib/libc/nls/Makefile.inc

11 lines
190 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"
MAN3+= catclose.3 catgets.3 catopen.3
.endif