diff options
| author | jtc <jtc@NetBSD.org> | 1995-05-02 19:57:15 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1995-05-02 19:57:15 +0000 |
| commit | 437b1a3f1520ce64c1931ccfc1641d48ebbad365 (patch) | |
| tree | 6093d0d5b294dba0a797009c44f40b3945bd7ce5 /lib/libc | |
| parent | 0e315a5455cfc8c73d976572bf8a21a7ee2a6b3c (diff) | |
Enable C and Pig Latin message catalogs.
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 0757de0728b..73c09810e2f 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 1995/04/25 00:00:58 jtc Exp $ +# $NetBSD: Makefile,v 1.41 1995/05/02 19:57:15 jtc Exp $ # @(#)Makefile 8.2 (Berkeley) 2/3/94 # # All library objects contain sccsid strings by default; they may be @@ -47,6 +47,8 @@ CLEANFILES+=tags .include "${.CURDIR}/sys/Makefile.inc" .include "${.CURDIR}/yp/Makefile.inc" +NLS= C.msg Pig.msg + LIBKERN= ${.CURDIR}/../../sys/lib/libkern KSRCS= bcmp.c bzero.c ffs.c strcat.c strcmp.c strcpy.c strlen.c strncmp.c \ |
