summaryrefslogtreecommitdiff
path: root/lib/libc/nls/Makefile.inc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-22 11:38:55 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-22 11:38:55 +0000
commitcebe7bf71ac41caf0b9a107991a848b91aa92a11 (patch)
treea2908b2125c81277f81f1cd4b6fa3258ef770c85 /lib/libc/nls/Makefile.inc
parent0157a77a51c5e35e093ae03581f66dea010edcc8 (diff)
svr4-style gencat
Diffstat (limited to 'lib/libc/nls/Makefile.inc')
-rw-r--r--lib/libc/nls/Makefile.inc7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libc/nls/Makefile.inc b/lib/libc/nls/Makefile.inc
index f72d0917f33..c1fef07abaf 100644
--- a/lib/libc/nls/Makefile.inc
+++ b/lib/libc/nls/Makefile.inc
@@ -1,6 +1,9 @@
-# $NetBSD: Makefile.inc,v 1.7 1995/02/27 13:06:20 cgd Exp $
+# $NetBSD: Makefile.inc,v 1.8 1996/05/13 23:29:32 jtc Exp $
.PATH: ${.CURDIR}/nls
-SRCS+= catclose.c catgets.c catopen.c msgcat.c
+SRCS+= catclose.c catgets.c catopen.c
MAN+= catclose.3 catgets.3 catopen.3
+
+# indirect reference stubs, to be removed soon.
+SRCS+= _catclose.c _catgets.c _catopen.c