summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-19 16:58:58 +0000
committerjkh <jkh@FreeBSD.org>1995-05-19 16:58:58 +0000
commit931587f969e4765f54c9d490b8c9749107b69843 (patch)
tree47cea722239ce664ea672f0acdcacd061ae53225 /usr.sbin/sysinstall/Makefile
parent215f4e150da0736c5efa2b949e29d048d292edb1 (diff)
downloadFreeBSD-src-931587f969e4765f54c9d490b8c9749107b69843.zip
FreeBSD-src-931587f969e4765f54c9d490b8c9749107b69843.tar.gz
1. Incorporate Nickolay's ammended patches for Russian screenmap support
as per Andrey's letter. Make a few modifications for correctness. 2. Add Language menu back to first menu - it was too buried in the Options menu. 3. Add size information to all distributions. 4. Add a compat20 distribution (we need to make one of these!! Any takers? Please?) Submitted by: Nickolay N. Dudorov <nnd@gw.itfs.nsk.su> & jkh
Diffstat (limited to 'usr.sbin/sysinstall/Makefile')
-rw-r--r--usr.sbin/sysinstall/Makefile18
1 files changed, 14 insertions, 4 deletions
diff --git a/usr.sbin/sysinstall/Makefile b/usr.sbin/sysinstall/Makefile
index d006b87..f013b7d 100644
--- a/usr.sbin/sysinstall/Makefile
+++ b/usr.sbin/sysinstall/Makefile
@@ -29,6 +29,12 @@ BOOTS=${.CURDIR}/../../sys/i386/boot/biosboot/obj
BOOTS=${.CURDIR}/../../sys/i386/boot/biosboot
.endif
+.if exists(${.CURDIR}/../../share/syscons/scrnmaps/obj)
+MKSCRNMAP=${.CURDIR}/../../share/syscons/scrnmaps/obj/koi8-r2cp866.mk
+.else
+MKSCRNMAP=${.CURDIR}/../../share/syscons/scrnmaps/koi8-r2cp866.mk
+.endif
+
makedevs.c: dev2c.sh Makefile rtermcap
rm -f makedevs.tmp
mkdir -p dev
@@ -70,10 +76,14 @@ makedevs.c: dev2c.sh Makefile rtermcap
&& file2c 'const u_char font_cp850_8x16[] = {' '};' \
< cp850-8x16 >> makedevs.tmp
rm cp850-8x16
- uudecode < ${.CURDIR}/../../share/syscons/fonts/koi8-r-8x16.fnt \
- && file2c 'const u_char font_koi8_r_8x16[] = {' '};' \
- < koi8-r-8x16 >> makedevs.tmp
- rm koi8-r-8x16
+ uudecode < ${.CURDIR}/../../share/syscons/fonts/cp866-8x16.fnt \
+ && file2c 'const u_char font_cp866_8x16[] = {' '};' \
+ < cp866-8x16 >> makedevs.tmp
+ rm cp866-8x16
+ ${MKSCRNMAP} koi8-r2cp866 \
+ && file2c 'const u_char koi8_r2cp866[] = {' '};' \
+ < koi8-r2cp866 >> makedevs.tmp
+ rm koi8-r2cp866
mv makedevs.tmp makedevs.c
rtermcap: ${.CURDIR}/rtermcap.c
OpenPOWER on IntegriCloud