Add French and Polish message file to i386 ramdisk.big

Change dummy dependancy for sysyinst message files so they get built
by the crunched makefile.
This commit is contained in:
dsl 2003-06-28 08:25:07 +00:00
parent 870b85989a
commit d46341db86
2 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.17 2003/06/05 14:30:11 dsl Exp $
# $NetBSD: list,v 1.18 2003/06/28 08:25:07 dsl Exp $
#
SRCDIRS usr.bin/less
@ -80,3 +80,7 @@ COPY ${NETBSDSRCDIR}/usr.sbin/dhcp/clientscript/dhclient-script sbin/dhclient-sc
# the disktab explanation file
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
# Foreign texts for sysinst
COPY ${OBJDIR}/sysinst/sysinstmsgs.fr sysinstmsgs.fr
COPY ${OBJDIR}/sysinst/sysinstmsgs.pl sysinstmsgs.pl

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.23 2003/06/27 22:20:14 dsl Exp $
# $NetBSD: Makefile.inc,v 1.24 2003/06/28 08:25:08 dsl Exp $
#
# Makefile for sysinst
@ -93,7 +93,8 @@ sysinstmsgs.${LANG}: msg.mi.${LANG} ${MSG_MD:S/.${SYSINSTLANG}$/.${LANG}/} msgto
awk -f ${UNIF_AWK} -v defines="${MD_OPTIONS}" | \
sh ${MSG_XLAT_SH} > ${.TARGET}
${PROG}: sysinstmsgs.${LANG}
# A fake dependancy to get language dependant files built
msg_defs.o: sysinstmsgs.${LANG}
# .endif
.endfor