summaryrefslogtreecommitdiffstats
path: root/usr.bin/vi
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-08-18 05:25:14 +0000
committerpeter <peter@FreeBSD.org>1997-08-18 05:25:14 +0000
commitf2f5619d66b973050a38c61a75dd197f13667546 (patch)
tree0fbfb8be42c25f8424b0997a9804b750050881c5 /usr.bin/vi
parentebd28144e798c6b46a51fdb0b2c1c591ae447090 (diff)
downloadFreeBSD-src-f2f5619d66b973050a38c61a75dd197f13667546.zip
FreeBSD-src-f2f5619d66b973050a38c61a75dd197f13667546.tar.gz
Drop the TCL hook for the time being until the tcl dust settles some more.
Diffstat (limited to 'usr.bin/vi')
-rw-r--r--usr.bin/vi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile
index f7f9409..eda3672 100644
--- a/usr.bin/vi/Makefile
+++ b/usr.bin/vi/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.17 1997/04/18 23:44:54 jkh Exp $
+# $Id: Makefile,v 1.18 1997/08/17 21:33:39 andreas Exp $
#
# This has most of the glue needed to compile tknvi and the perl hooks,
# but not all.
@@ -15,7 +15,7 @@ APISTUFF= ex_notcl.c ex_noperl.c
.else
.if !defined(NOTCL)
-TCLINTERP= yes #we have it in the base tree, little cost to vi
+#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