freebsd-dev/share/syscons/fonts/Makefile
1995-01-24 00:23:34 +00:00

20 lines
549 B
Makefile

FONTS=cp866c-8x16.fnt cp865-8x14.fnt iso-8x16.fnt koi8-r-8x8.fnt cp866-8x14.fnt \
cp850-8x14.fnt cp865-8x16.fnt iso-8x8.fnt koi8-rc-8x16.fnt cp866-8x16.fnt \
cp850-8x16.fnt cp865-8x8.fnt koi8-r-8x14.fnt cp866-8x8.fnt cp850-8x8.fnt \
iso-8x14.fnt koi8-r-8x16.fnt cp866b-8x16.fnt koi8-rb-8x16.fnt \
cp437-8x16.fnt cp437-8x14.fnt cp437-8x8.fnt
FONTDIR = /usr/share/syscons/fonts
NOMAN = noman
all clean:
@echo -n
install:
cd ${.CURDIR}; \
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FONTS} \
${DESTDIR}${FONTDIR}
.include <bsd.prog.mk>