summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-04-12 14:34:02 +0000
committerpeter <peter@FreeBSD.org>1997-04-12 14:34:02 +0000
commitf38583af31a3549d4025244b45713a0ba682fb0f (patch)
tree9dcc514c523a4f76959974c4d2b4f47f7b9068fe /usr.bin
parent55e6cf358b63db698cde463b2708d9ff2b49b6c4 (diff)
downloadFreeBSD-src-f38583af31a3549d4025244b45713a0ba682fb0f.zip
FreeBSD-src-f38583af31a3549d4025244b45713a0ba682fb0f.tar.gz
Oops. Broke golden rule #1: test everything before commit. :-]
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/vi/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile
index 95d0c1d..12fc1bc 100644
--- a/usr.bin/vi/Makefile
+++ b/usr.bin/vi/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.14 1997/02/22 19:57:40 peter Exp $
+# $Id: Makefile,v 1.15 1997/04/12 14:28:13 peter Exp $
#
# This has most of the glue needed to compile tknvi and the perl hooks,
# but not all.
@@ -14,10 +14,8 @@ APISTUFF= ex_notcl.c ex_noperl.c
.else
-.if defined(NOTCL)
-TCLINTERP= no #user doesn't want it.
-.else
-TCLINTERP= yes #fine, in base tree, little cost
+.if !defined(NOTCL)
+TCLINTERP= yes #we have it in the base tree, little cost to vi
.endif
#TKNVI= yes #not ready, needs X11, tk, doesn't quite work yet
#PERLINTERP= yes #needs the perl5 v5.003 port
OpenPOWER on IntegriCloud