mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 23:57:54 +01:00
Oops. Broke golden rule #1: test everything before commit. :-]
This commit is contained in:
parent
0be88738f6
commit
a1b0f30719
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24837
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user