summaryrefslogtreecommitdiff
path: root/share/Makefile
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2014-06-30 00:20:12 +0000
committerEd Maste <emaste@FreeBSD.org>2014-06-30 00:20:12 +0000
commit824a9093009c028ee8bf349a5c1e32fe5a0d7d78 (patch)
treebd5e60a0d69335cb5400150ab3eeefe574eb1929 /share/Makefile
parent0fb31ed07302817f365419b1513ba93f842f0f64 (diff)
downloadsrc-test2-824a9093009c028ee8bf349a5c1e32fe5a0d7d78.tar.gz
src-test2-824a9093009c028ee8bf349a5c1e32fe5a0d7d78.zip
Rename the WITHOUT_VT_SUPPORT knob to WITHOUT_VT
The _SUPPORT knobs have a consistent meaning which differs from the behaviour controlled by this knob. As the knob is opt-out and has not appeared in a release the impact should be low. Suggested by: imp, wblock MFC after: 1 week
Notes
Notes: svn path=/head/; revision=268022
Diffstat (limited to 'share/Makefile')
-rw-r--r--share/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/Makefile b/share/Makefile
index 416a42de0292..63c18bb6464a 100644
--- a/share/Makefile
+++ b/share/Makefile
@@ -86,7 +86,7 @@ _syscons= syscons
_tests= tests
.endif
-.if ${MK_VT_SUPPORT} != "no"
+.if ${MK_VT} != "no"
_vt= vt
.endif