3e4bec4b5a
enable wscons to read texts in central european languages, eg. HU or CZ. From FreeBSD.
17 lines
370 B
Makefile
17 lines
370 B
Makefile
# $NetBSD: Makefile,v 1.10 2010/01/18 16:55:36 ahoka Exp $
|
|
|
|
FONTS= vt220l.814 vt220h.814 vt220l.808 vt220h.808 \
|
|
vt220l.816 vt220h.816 vt220l.810 vt220h.810 \
|
|
latin2.808 latin2.814 latin2.816 \
|
|
donna.816 flori.816 orator.816
|
|
|
|
FILES=${FONTS}
|
|
UUDECODE_FILES=${FONTS}
|
|
|
|
FILESDIR= /usr/share/wscons/fonts
|
|
|
|
realall: ${FONTS}
|
|
|
|
.include <bsd.files.mk>
|
|
.include <bsd.prog.mk>
|