Back out previous change and allow uucico to run by others,
[unix-history] / share / syscons.fonts / Makefile
CommitLineData
3968fe38
JH
1FONTS = cp850-8x14 cp850-8x16 cp850-8x8 cp865-8x14 cp865-8x16 \
2 cp865-8x8 iso-8x14 iso-8x16 iso-8x8
3FONTDIR = /usr/share/syscons.fonts
4
5install:
6 cd ${.CURDIR}; \
7 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FONTS} \
ad134226 8 ${DESTDIR}${FONTDIR}
3968fe38
JH
9
10.include <bsd.prog.mk>