mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
b410b62c85
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
9 lines
82 B
Makefile
9 lines
82 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= vtfontcvt
|
|
MAN8= vtfontcvt.8
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|