diff options
Diffstat (limited to 'usr.bin/vi/Makefile')
-rw-r--r-- | usr.bin/vi/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile index 94b352ac8a2d4..13cbb227ef883 100644 --- a/usr.bin/vi/Makefile +++ b/usr.bin/vi/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.23 1998/09/05 12:25:54 asami Exp $ +# $Id: Makefile,v 1.22 1998/06/09 04:07:20 imp Exp $ # # This has most of the glue needed to compile tknvi and the perl hooks, # but not all. @@ -16,14 +16,13 @@ APISTUFF= ex_notcl.c ex_noperl.c #TCLINTERP= yes #we don't have it in the base tree #TKNVI= yes #not ready, needs X11, tk, doesn't quite work yet -#PERLINTERP= yes #works +#PERLINTERP= yes #needs the perl5 v5.003 port APISTUFF= ex_tcl.c ex_perl.c -.if defined(PERLINTERP) -PERL?= /usr/bin/perl5 -CFLAGS+= -DHAVE_PERL_5_003_01 # If perl >= 5.03.01 -.endif +# Any better ideas? +#PERL= /usr/local/bin/perl5.003 +#CFLAGS+= -DHAVE_PERL_5_003_01 # If perl >= 5.03.01 .endif |