mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
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
4 changed files with 16 additions and 0 deletions
|
|
@ -1408,6 +1408,12 @@
|
|||
catalog
|
||||
..
|
||||
..
|
||||
vt
|
||||
fonts
|
||||
..
|
||||
keymaps
|
||||
..
|
||||
..
|
||||
zoneinfo
|
||||
Africa
|
||||
..
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -148,6 +148,7 @@ __DEFAULT_YES_OPTIONS = \
|
|||
USB \
|
||||
UTMPX \
|
||||
VI \
|
||||
VT_SUPPORT \
|
||||
WIRELESS \
|
||||
WPA_SUPPLICANT_EAPOL \
|
||||
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 a new issue