summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--etc/mtree/BSD.usr.dist6
-rw-r--r--share/Makefile5
-rw-r--r--share/mk/bsd.own.mk1
-rw-r--r--tools/build/options/WITHOUT_VT_SUPPORT4
4 files changed, 16 insertions, 0 deletions
diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist
index e7e6f99..5bdbe8b 100644
--- a/etc/mtree/BSD.usr.dist
+++ b/etc/mtree/BSD.usr.dist
@@ -1406,6 +1406,12 @@
catalog
..
..
+ vt
+ fonts
+ ..
+ keymaps
+ ..
+ ..
zoneinfo
Africa
..
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 \
diff --git a/tools/build/options/WITHOUT_VT_SUPPORT b/tools/build/options/WITHOUT_VT_SUPPORT
new file mode 100644
index 0000000..ea01349
--- /dev/null
+++ b/tools/build/options/WITHOUT_VT_SUPPORT
@@ -0,0 +1,4 @@
+.\" $FreeBSD$
+Set to not build
+.Xr vt 4
+support files (fonts and keymaps).
OpenPOWER on IntegriCloud