diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2009-11-24 20:11:09 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2009-11-24 20:11:09 +0000 |
commit | e417e1bb19ad3276619ff9d813531ecb55d3a558 (patch) | |
tree | 4fde539d61ea14cb2496d7091cd97cfbd21c030b /lib | |
parent | f18482d8fff128616ff5dba0c92fc1c71987734b (diff) |
Add `da.msg'.
Diffstat (limited to 'lib')
-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 d12d2f2521a..2e3229433fa 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2009/10/27 23:59:59 deraadt Exp $ +# $OpenBSD: Makefile,v 1.28 2009/11/24 20:11:08 mk Exp $ # # The NLS (message catalog) functions are always in libc. To choose that # strerror(), perror(), strsignal(), psignal(), etc. actually call the NLS @@ -18,7 +18,7 @@ CLEANFILES+=tags LIBCSRCDIR=${.CURDIR} .include "${LIBCSRCDIR}/Makefile.inc" -NLS= C.msg Pig.msg de.msg es.msg fi.msg fr.msg nl.msg no.msg ru.msg sv.msg it.msg +NLS= C.msg Pig.msg da.msg de.msg es.msg fi.msg fr.msg nl.msg no.msg ru.msg sv.msg it.msg copy-to-libkern: copy-to-libkern-machind copy-to-libkern-machdep |