summaryrefslogtreecommitdiffstats
path: root/share/Makefile
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-06-30 00:20:12 +0000
committeremaste <emaste@FreeBSD.org>2014-06-30 00:20:12 +0000
commite6d2c6fe09ebd539a816c4180726be6473753f38 (patch)
treebd5e60a0d69335cb5400150ab3eeefe574eb1929 /share/Makefile
parentfcae8e05c8d0ca008360af9f820184a221cd2740 (diff)
downloadFreeBSD-src-e6d2c6fe09ebd539a816c4180726be6473753f38.zip
FreeBSD-src-e6d2c6fe09ebd539a816c4180726be6473753f38.tar.gz
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
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 416a42d..63c18bb 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
OpenPOWER on IntegriCloud