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 catalog
.. ..
.. ..
vt
fonts
..
keymaps
..
..
zoneinfo zoneinfo
Africa Africa
.. ..

View File

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

View File

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

View File

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