This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / share / syscons / scrnmaps / Makefile
CommitLineData
23d31824
JH
1SCRMAPS = koi82alt.scr
2
3SCRDIR = /usr/share/syscons/scrnmaps
4
5install:
6 cd ${.CURDIR}; \
7 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${SCRMAPS} \
8 ${DESTDIR}${SCRDIR}
9
10.include <bsd.prog.mk>