freebsd-nq/share/syscons/fonts/Makefile
Poul-Henning Kamp 59a3a63c97 Just the sans-serif console font that I use on my system; I've made the
letters one pixel taller, and the ()[]{} are more distinct.  Nice if
your monitor is small.  8x16 and 8x8 fonts included.

PR:		4208
Reviewed by:	phk
Submitted by:	Dan Nelson <dnelson@emsphone.com>
1998-05-04 11:24:05 +00:00

30 lines
866 B
Makefile

# $Id: Makefile,v 1.16 1998/01/03 14:09:18 wosch Exp $
FONTS= cp437-8x8.fnt cp437-8x14.fnt cp437-8x16.fnt \
cp437-thin-8x8.fnt cp437-thin-8x16.fnt \
cp850-8x8.fnt cp850-8x14.fnt cp850-8x16.fnt \
cp850-thin-8x8.fnt cp850-thin-8x16.fnt \
cp865-8x8.fnt cp865-8x14.fnt cp865-8x16.fnt \
cp865-thin-8x8.fnt cp865-thin-8x16.fnt \
cp866-8x8.fnt cp866-8x14.fnt cp866-8x16.fnt \
cp866b-8x16.fnt cp866c-8x16.fnt \
iso-8x8.fnt iso-8x14.fnt iso-8x16.fnt \
iso02-8x8.fnt iso02-8x14.fnt iso02-8x16.fnt \
iso-thin-8x16.fnt \
iso-8859-2-8x16.fnt \
koi8-r-8x8.fnt koi8-r-8x14.fnt koi8-r-8x16.fnt \
koi8-rb-8x16.fnt koi8-rc-8x16.fnt \
swiss-8x16.fnt swiss-8x8.fnt \
INDEX.fonts
FONTDIR = ${SHAREDIR}/syscons/fonts
NOMAN = noman
NOOBJ = noobj
install:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${FONTS} \
${DESTDIR}${FONTDIR}
.include <bsd.prog.mk>