mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 05:41:01 -05:00
vtfontcvt is useful for end users to convert arbitrary bitmap fonts for use by vt(4). It can also be used as a build tool, allowing us to keep the source font data in the src tree rather than uuencoded binaries. Reviewed by: ray, wblock (D183) Sponsored by: The FreeBSD Foundation
8 lines
82 B
Makefile
8 lines
82 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= vtfontcvt
|
|
MAN8= vtfontcvt.8
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|