summaryrefslogtreecommitdiffstats
path: root/usr.bin
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 /usr.bin
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 'usr.bin')
-rw-r--r--usr.bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 15e4823..97b953d 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -359,7 +359,7 @@ SUBDIR+= yacc
SUBDIR+= vi
.endif
-.if ${MK_VT_SUPPORT} != "no"
+.if ${MK_VT} != "no"
SUBDIR+= vtfontcvt
.endif
OpenPOWER on IntegriCloud