summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-06-10 18:29:45 +0000
committeremaste <emaste@FreeBSD.org>2014-06-10 18:29:45 +0000
commitef4a53af9d0e827750d732318f73b502b1ac8112 (patch)
treec816dcd4c879034ec3cc2050c1c2573852639eb1 /usr.bin/Makefile
parent7ed71b98ff7a68f3dc2ef5ca46dff87c3b11edf7 (diff)
downloadFreeBSD-src-ef4a53af9d0e827750d732318f73b502b1ac8112.zip
FreeBSD-src-ef4a53af9d0e827750d732318f73b502b1ac8112.tar.gz
vt fontcvt: move to usr.bin/vtfontcvt
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
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 71e7a45..ba9d0a5 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -362,6 +362,10 @@ SUBDIR+= yacc
SUBDIR+= vi
.endif
+.if ${MK_VT_SUPPORT} != "no"
+SUBDIR+= vtfontcvt
+.endif
+
.if ${MK_USB} != "no"
SUBDIR+= usbhidaction
SUBDIR+= usbhidctl
OpenPOWER on IntegriCloud