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