summaryrefslogtreecommitdiffstats
path: root/share/Makefile
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/Makefile
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/Makefile')
-rw-r--r--share/Makefile5
1 files changed, 5 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
OpenPOWER on IntegriCloud