Install VT support files

They can be disabled by setting WITHOUT_VT_SUPPORT=yes in src.conf.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2014-06-05 18:53:56 +00:00
parent f0c9cf4a05
commit 8febff7073
4 changed files with 16 additions and 0 deletions

View File

@ -1408,6 +1408,12 @@
catalog
..
..
vt
fonts
..
keymaps
..
..
zoneinfo
Africa
..

View File

@ -28,6 +28,7 @@ SUBDIR= ${_colldef} \
termcap \
${_tests} \
${_timedef} \
${_vt} \
${_zoneinfo}
# NB: keep these sorted by MK_* knobs
@ -85,6 +86,10 @@ _syscons= syscons
_tests= tests
.endif
.if ${MK_VT_SUPPORT} != "no"
_vt= vt
.endif
.if ${MK_ZONEINFO} != "no"
_zoneinfo= zoneinfo
.endif

View File

@ -148,6 +148,7 @@ __DEFAULT_YES_OPTIONS = \
USB \
UTMPX \
VI \
VT_SUPPORT \
WIRELESS \
WPA_SUPPLICANT_EAPOL \
ZFS \

View File

@ -0,0 +1,4 @@
.\" $FreeBSD$
Set to not build
.Xr vt 4
support files (fonts).