Am 13.07.2014 um 17:12 schrieb Martin Husemann <mar...@netbsd.org>: > Module Name: src > Committed By: martin > Date: Sun Jul 13 15:12:27 UTC 2014 > > Modified Files: > src/share/wscons/keymaps: Makefile > > Log Message: > Add the new files to unbreak the build (hi marc!) > > > To generate a diff of this commit: > cvs rdiff -u -r1.18 -r1.19 src/share/wscons/keymaps/Makefile > > Please note that diffs are not public domain; they are subject to the > copyright notices on the relevant files. > > Modified files: > > Index: src/share/wscons/keymaps/Makefile > diff -u src/share/wscons/keymaps/Makefile:1.18 > src/share/wscons/keymaps/Makefile:1.19 > --- src/share/wscons/keymaps/Makefile:1.18 Mon Dec 6 18:26:29 2010 > +++ src/share/wscons/keymaps/Makefile Sun Jul 13 15:12:27 2014 > @@ -1,4 +1,4 @@ > -# $NetBSD: Makefile,v 1.18 2010/12/06 18:26:29 phx Exp $ > +# $NetBSD: Makefile,v 1.19 2014/07/13 15:12:27 martin Exp $ > > NOOBJ= # defined > > @@ -6,6 +6,9 @@ FILES= \ > amikbd.pl.qwertz.iso8859-2 \ > mkbd.pt.iso8859-1 \ > pckbd.be.azerty pckbd.br.abnt2 \ > + pckbd.bg.bds.cp1251 pckbd.bg.bds.iso8859-5 \ > + pckbd.bg.qwerty.cp1251 pckbd.bg.qwerty.iso8859-5 \ > + pckbd.bg.qwerty.koi8-r \ > pckbd.de_CH.iso8859-1 \ > pckbd.fr_CA.iso8859-1 \ > pckbd.fr_CH.iso8859-1 \ >
Sorry about that. Actually I had it locally in my Makefile, but obviously forgot to commit them. (and local full release build did not catch that eiter :( )