xref: /freebsd/lib/libc/nls/Makefile.inc (revision c17d43407fe04133a94055b0dbc7ea8965654a9f)
1#	from $NetBSD: Makefile.inc,v 1.7 1995/02/27 13:06:20 cgd Exp $
2# $FreeBSD$
3
4.PATH: ${.CURDIR}/../libc/nls
5
6SRCS+=	msgcat.c
7
8.if ${LIB} == "c"
9MAN+=	catclose.3 catgets.3 catopen.3
10.endif
11