diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
commit | d6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch) | |
tree | ece253b876159b39c620e62b6c9b1174642e070e /lib/libc/nls/Makefile.inc |
initial import of NetBSD tree
Diffstat (limited to 'lib/libc/nls/Makefile.inc')
-rw-r--r-- | lib/libc/nls/Makefile.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libc/nls/Makefile.inc b/lib/libc/nls/Makefile.inc new file mode 100644 index 00000000000..f72d0917f33 --- /dev/null +++ b/lib/libc/nls/Makefile.inc @@ -0,0 +1,6 @@ +# $NetBSD: Makefile.inc,v 1.7 1995/02/27 13:06:20 cgd Exp $ + +.PATH: ${.CURDIR}/nls + +SRCS+= catclose.c catgets.c catopen.c msgcat.c +MAN+= catclose.3 catgets.3 catopen.3 |