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:
parent
f0c9cf4a05
commit
8febff7073
@ -1408,6 +1408,12 @@
|
|||||||
catalog
|
catalog
|
||||||
..
|
..
|
||||||
..
|
..
|
||||||
|
vt
|
||||||
|
fonts
|
||||||
|
..
|
||||||
|
keymaps
|
||||||
|
..
|
||||||
|
..
|
||||||
zoneinfo
|
zoneinfo
|
||||||
Africa
|
Africa
|
||||||
..
|
..
|
||||||
|
@ -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
|
||||||
|
@ -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 \
|
||||||
|
4
tools/build/options/WITHOUT_VT_SUPPORT
Normal file
4
tools/build/options/WITHOUT_VT_SUPPORT
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
.\" $FreeBSD$
|
||||||
|
Set to not build
|
||||||
|
.Xr vt 4
|
||||||
|
support files (fonts).
|
Loading…
Reference in New Issue
Block a user