diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-11-07 09:26:32 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-11-07 09:26:32 +0000 |
| commit | 259b77225b497df7836a2afac0b2ffe9fbe8154b (patch) | |
| tree | a75d5c342cc67784138cf4140a91683232b40470 /share | |
| parent | 95546cc5be9f5c3a37e0cd69fb611f92fc7ba3f6 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/syscons/scrnmaps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/syscons/scrnmaps/Makefile b/share/syscons/scrnmaps/Makefile index d27b4bb60776..1c81d192bd33 100644 --- a/share/syscons/scrnmaps/Makefile +++ b/share/syscons/scrnmaps/Makefile @@ -1,4 +1,4 @@ -SCRMAPS = koi8-r2cp866.scm +SCRMAPS = koi8-r2cp866.scm iso-8859-1_to_cp437.scm SCRMAPS_MK = ${SCRMAPS:R:S/$/.mk/g} SCRDIR = /usr/share/syscons/scrnmaps @@ -9,7 +9,7 @@ NOMAN = noman all: ${SCRMAPS} install: - install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${SCRMAPS} \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${SCRMAPS} \ ${DESTDIR}${SCRDIR} ${SCRMAPS}: ${.TARGET:R}.mk |
