diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-18 10:17:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-18 10:17:49 +0000 |
commit | 57a0f768bf0e49c6f607f9bec3a934b0dd0b3e55 (patch) | |
tree | 41f4b270b8e2cffc7777674bcad4816f86564576 /lib/libc/Makefile | |
parent | 87f20be93d891a7e6c83dada1496ecb76261210f (diff) |
catalogs from netbsd
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 0896f666f75..0dc934d09ec 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 1997/04/27 20:56:07 millert Exp $ +# $OpenBSD: Makefile,v 1.14 1997/06/18 10:17:44 deraadt 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 fr.msg +NLS= C.msg Pig.msg de.msg es.msg fi.msg fr.msg nl.msg no.msg sv.msg LIBKERN= ${.CURDIR}/../../sys/lib/libkern |