diff options
Diffstat (limited to 'lib/libc/nls/Makefile.inc')
-rw-r--r-- | lib/libc/nls/Makefile.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libc/nls/Makefile.inc b/lib/libc/nls/Makefile.inc new file mode 100644 index 0000000..90a6741 --- /dev/null +++ b/lib/libc/nls/Makefile.inc @@ -0,0 +1,10 @@ +# from $NetBSD: Makefile.inc,v 1.7 1995/02/27 13:06:20 cgd Exp $ +# $FreeBSD$ + +.PATH: ${.CURDIR}/nls + +SRCS+= msgcat.c + +SYM_MAPS+=${.CURDIR}/nls/Symbol.map + +MAN+= catclose.3 catgets.3 catopen.3 |