This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / share / syscons / scrnmaps / Makefile
SCRMAPS = koi82alt.scr
SCRDIR = /usr/share/syscons/scrnmaps
install:
cd ${.CURDIR}; \
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${SCRMAPS} \
${DESTDIR}${SCRDIR}
.include <bsd.prog.mk>