1 # $NetBSD: Makefile,v 1.13 2022/05/14 14:02:08 uwe Exp $ 2 3 FONTS= vt220l.814 vt220h.814 vt220l.808 vt220h.808 \ 4 vt220l.816 vt220h.816 vt220l.810 vt220h.810 \ 5 latin2.808 latin2.814 latin2.816 \ 6 donna.816 flori.816 orator.816 \ 7 spleen-5x8.fnt spleen-6x12.fnt spleen-8x16.fnt \ 8 spleen-12x24.fnt spleen-16x32.fnt spleen-32x64.fnt 9 10 11 # Terminus Font by Dimitar Toshkov Zhekov 12 # The naming of the files follows upstream conventions: 13 # 14 # i - IBM437 15 # 16 # n - normal 17 # b - bold 18 # v - CRT VGA Bold (8 columns, rendered in 9) 19 20 FONTS += ter-i16b.wsf 21 FONTS += ter-i16n.wsf 22 FONTS += ter-i16v.wsf 23 FONTS += ter-i20n.wsf 24 FONTS += ter-i24n.wsf 25 FONTS += ter-i32n.wsf 26 27 28 FILES=${FONTS} 29 UUDECODE_FILES=${FONTS} 30 31 FILESDIR= /usr/share/wscons/fonts 32 33 realall: ${FONTS} 34 35 .include <bsd.files.mk> 36 .include <bsd.prog.mk> 37