summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/Makefile
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2001-06-17 03:13:48 +0000
committernyan <nyan@FreeBSD.org>2001-06-17 03:13:48 +0000
commitd3a49deed9a7d90887ac11057d11a040e010bd4b (patch)
tree1dd422e4eb511d6063dc19f61525470d76530be1 /usr.sbin/sysinstall/Makefile
parentd5c9b58974599e3e5bf0fda304860c896a90d8ba (diff)
downloadFreeBSD-src-d3a49deed9a7d90887ac11057d11a040e010bd4b.zip
FreeBSD-src-d3a49deed9a7d90887ac11057d11a040e010bd4b.tar.gz
Supported to select a keymap for PC-98x1.
Diffstat (limited to 'usr.sbin/sysinstall/Makefile')
-rw-r--r--usr.sbin/sysinstall/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/Makefile b/usr.sbin/sysinstall/Makefile
index 353523e..946df64 100644
--- a/usr.sbin/sysinstall/Makefile
+++ b/usr.sbin/sysinstall/Makefile
@@ -75,11 +75,15 @@ rtermcap: rtermcap.c
${CC} -o ${.TARGET} ${.ALLSRC} -ltermcap
+.if ${MACHINE} == "pc98"
+KEYMAPS= jp.pc98 jp.pc98.iso
+.else
KEYMAPS= be.iso br275.iso danish.iso finnish.iso fr.iso \
german.iso hr.iso hu.iso2.101keys it.iso icelandic.iso jp.106 \
norwegian.iso pl_PL.ISO8859-2 pt.iso ru.koi8-r si.iso \
spanish.iso swedish.iso swissfrench.iso swissgerman.iso ua.koi8-u \
ua.koi8-u.shift.alt uk.iso us.dvorak us.iso us.pc-ctrl us.unix
+.endif
keymap.h:
rm -f keymap.tmp
OpenPOWER on IntegriCloud