diff options
author | Oleg Safiullin <form@cvs.openbsd.org> | 1998-08-08 04:12:23 +0000 |
---|---|---|
committer | Oleg Safiullin <form@cvs.openbsd.org> | 1998-08-08 04:12:23 +0000 |
commit | 7d0bb0d7d975045e2f4481889cb26c5c8e00ee8c (patch) | |
tree | 837386faa31bc62d1601dc6c13773d64be2ec7b1 /lib/libc/Makefile | |
parent | 52a1865ce41e56026dc1b10ea6806e8867cbe367 (diff) |
add russian messages support
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r-- | lib/libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 0dc934d09ec..0a073cad566 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 1997/06/18 10:17:44 deraadt Exp $ +# $OpenBSD: Makefile,v 1.15 1998/08/08 04:12:16 form Exp $ # # All library objects contain sccsid strings by default; they may be # excluded as a space-saving measure. To produce a library that does @@ -58,7 +58,7 @@ CLEANFILES+=tags .include "${.CURDIR}/yp/Makefile.inc" .endif -NLS= C.msg Pig.msg de.msg es.msg fi.msg fr.msg nl.msg no.msg sv.msg +NLS= C.msg Pig.msg de.msg es.msg fi.msg fr.msg nl.msg no.msg ru.msg sv.msg LIBKERN= ${.CURDIR}/../../sys/lib/libkern |