summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
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 /Makefile.inc1
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 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index a0c6b27..2849cd3 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1198,7 +1198,7 @@ _gperf= gnu/usr.bin/gperf
_groff= gnu/usr.bin/groff
.endif
-.if ${MK_VT_SUPPORT} != "no"
+.if ${MK_VT} != "no"
_vtfontcvt= usr.bin/vtfontcvt
.endif
OpenPOWER on IntegriCloud