Add SCRMAPS to clean target, fix install target
This commit is contained in:
parent
19b815a645
commit
8c9e3ad690
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user