aboutsummaryrefslogtreecommitdiff
path: root/share/syscons/scrnmaps/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Rremoved bogus -static from CFLAGS. Makeworld will add -static in theBruce Evans2004-02-261-1/+1
| | | | | | | | correct place if needed and possible. Self-hosted builds can just use the system default. Notes: svn path=/head/; revision=126268
* Use the standard <bsd.files.mk> API to install files.Ruslan Ermilov2004-01-191-8/+2
| | | | Notes: svn path=/head/; revision=124716
* Add ARMSCII-8 console stuffAndrey A. Chernov2003-07-051-1/+2
| | | | | | | | PR: 53944 Submitted by: Vahe Khachikyan <vahe@khachikyan.de> Notes: svn path=/head/; revision=117260
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-1/+1
| | | | | | | | | for a long time now. Approved by: bde Notes: svn path=/head/; revision=100872
* Add us-ascii_to_cp437 screenmapAndrey A. Chernov2001-11-231-1/+2
| | | | Notes: svn path=/head/; revision=86810
* Add table for iso-8859-4 vga9 fontsAndrey A. Chernov2001-11-231-1/+2
| | | | Notes: svn path=/head/; revision=86801
* 1) Map all unused characters into 'space'.Andrey A. Chernov2001-11-231-2/+1
| | | | | | | 2) iso-8859-4_to_cp437 not do what its name tells at all, remove it Notes: svn path=/head/; revision=86800
* Improve Greek support in sysconsAndrey A. Chernov2001-11-201-0/+1
| | | | | | | | PR: 32119 Submitted by: Basileios Anastasatos <B.Anastasatos@MyRealBox.com> Notes: svn path=/head/; revision=86694
* Add Ukrainian language support for FreeBSD console.Maxim Sobolev2001-04-171-1/+2
| | | | | | | | Submitted by: Olexander Kunytsa <kunia@istc.kiev.ua> Reviewed by: ache, phantom, ru, sobomax Notes: svn path=/head/; revision=75597
* add Latin4 screen mapAndrey A. Chernov2000-01-081-1/+1
| | | | | | | Submitted by: Ricardas Cepas <rch@richard.eu.org> Notes: svn path=/head/; revision=55621
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Make a local build tool static to avoid trying to use shared librariesJohn Birrell1998-08-301-2/+2
| | | | | | | before rtld is installed. Notes: svn path=/head/; revision=38654
* Added a `build-tools' target for internal tools.Bruce Evans1998-07-071-3/+5
| | | | | | | Honor LDFLAGS for building internal tools. Notes: svn path=/head/; revision=37463
* 444 -> ${SHAREMODE}Wolfram Schneider1998-01-031-3/+5
| | | | | | | /usr/share -> ${SHAREDIR} Notes: svn path=/head/; revision=32213
* I was wrong about this file - NOOBJ is not correct here.Jordan K. Hubbard1997-01-021-1/+0
| | | | Notes: svn path=/head/; revision=21178
* Add missing NOOBJJordan K. Hubbard1997-01-011-0/+1
| | | | Notes: svn path=/head/; revision=21166
* Use ${COPY} instead of -c for installing non-source files.Bruce Evans1997-01-011-1/+1
| | | | Notes: svn path=/head/; revision=21155
* My MDA screen finally bothered me enough to create an ISO 8859-1 ->Joerg Wunsch1996-11-061-1/+1
| | | | | | | IBM cp437 screenmap file. Notes: svn path=/head/; revision=19477
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-1/+1
| | | | | | | specified in the top level Makefiles. Notes: svn path=/head/; revision=9701
* Remove 'default' keymap, I forgot, that this work done by vidcontrol -LAndrey A. Chernov1994-09-261-1/+1
| | | | Notes: svn path=/head/; revision=3119
* Add default screen map to undone changesAndrey A. Chernov1994-09-251-1/+1
| | | | Notes: svn path=/head/; revision=3092
* Add SCRMAPS to clean target, fix install targetAndrey A. Chernov1994-09-251-2/+1
| | | | Notes: svn path=/head/; revision=3081
* Generate screen map from source (from 1.1.5.1)Andrey A. Chernov1994-09-251-0/+25
Notes: svn path=/head/; revision=3077