aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vi/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-04-12 14:34:02 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-04-12 14:34:02 +0000
commita1b0f307199138eb4a29e89c62a82b1e855662a1 (patch)
tree56bc369f15e020a47cef43af914a025fd134db52 /usr.bin/vi/Makefile
parent0be88738f629ef16fd0e92aa2dcee81883c650d8 (diff)
downloadsrc-a1b0f307199138eb4a29e89c62a82b1e855662a1.tar.gz
src-a1b0f307199138eb4a29e89c62a82b1e855662a1.zip
Oops. Broke golden rule #1: test everything before commit. :-]
Notes
Notes: svn path=/head/; revision=24837
Diffstat (limited to 'usr.bin/vi/Makefile')
-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 95d0c1d7abc7..12fc1bc6657f 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