Add SCRMAPS to clean target, fix install target

This commit is contained in:
Andrey A. Chernov 1994-09-25 03:59:46 +00:00
parent 19b815a645
commit 8c9e3ad690
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3081

View File

@ -2,14 +2,13 @@ SCRMAPS = koi8-r2cp866.scm
SCRMAPS_MK = ${SCRMAPS:R:S/$/.mk/g}
SCRDIR = /usr/share/syscons/scrnmaps
CLEANFILES+= ${SCRMAPS_MK}
CLEANFILES+= ${SCRMAPS_MK} ${SCRMAPS}
NOMAN = noman
all: ${SCRMAPS}
install:
cd ${.CURDIR}; \
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${SCRMAPS} \
${DESTDIR}${SCRDIR}