summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-06-23 13:50:02 +0000
committeremaste <emaste@FreeBSD.org>2014-06-23 13:50:02 +0000
commit6632b872a372389204aecf181801c045f2d1ee3e (patch)
tree776c9ad91cc853f56d978409a4888ff37cdeaf51 /share
parent27080bb5dd76a1cdeb22a38fa394a17d52a3ee06 (diff)
downloadFreeBSD-src-6632b872a372389204aecf181801c045f2d1ee3e.zip
FreeBSD-src-6632b872a372389204aecf181801c045f2d1ee3e.tar.gz
MFC r267124, r267582:
Install VT support files They can be disabled by setting WITHOUT_VT_SUPPORT=yes in src.conf.
Diffstat (limited to 'share')
-rw-r--r--share/Makefile5
-rw-r--r--share/mk/bsd.own.mk1
2 files changed, 6 insertions, 0 deletions
diff --git a/share/Makefile b/share/Makefile
index 8ac4750..e293756 100644
--- a/share/Makefile
+++ b/share/Makefile
@@ -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
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index da59347..264bda4 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -358,6 +358,7 @@ __DEFAULT_YES_OPTIONS = \
UNBOUND \
USB \
UTMPX \
+ VT_SUPPORT \
WIRELESS \
WPA_SUPPLICANT_EAPOL \
ZFS \
OpenPOWER on IntegriCloud