summaryrefslogtreecommitdiffstats
path: root/usr.bin/vi/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-11-03 19:15:45 +0000
committerpeter <peter@FreeBSD.org>1996-11-03 19:15:45 +0000
commit53f00ccb78652a80f97bfe536c18834f2536f411 (patch)
treeaa844b6928b1fbc14d280f129974cc2346a02274 /usr.bin/vi/Makefile
parentccc595306473f936268a35e26fc896fe3a4004de (diff)
downloadFreeBSD-src-53f00ccb78652a80f97bfe536c18834f2536f411.zip
FreeBSD-src-53f00ccb78652a80f97bfe536c18834f2536f411.tar.gz
The tcl/perl interpreter compile options were not really optional.
This is needed for building the boot crunch for 2.2 (It still needs a hook so the release code can tell it when to build it without tcl etc).
Diffstat (limited to 'usr.bin/vi/Makefile')
-rw-r--r--usr.bin/vi/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile
index fe9dc64..e8a5466 100644
--- a/usr.bin/vi/Makefile
+++ b/usr.bin/vi/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.2 1996/11/01 08:16:18 peter Exp $
+# $Id: Makefile,v 1.3 1996/11/01 08:34:51 peter Exp $
#
# This has most of the glue needed to compile tknvi and the perl hooks,
# but not all.
@@ -50,12 +50,15 @@ LDADD+= -lcurses -ltermcap
.PATH: ${SRCDIR}/tcl_api
DPADD+= ${LIBTCL} ${LIBM}
LDADD+= -ltcl -lm
+CFLAGS+= -DHAVE_TCL_INTERP
.endif
.if defined(PERLINTERP)
.PATH: ${SRCDIR}/perl_api
#DPADD+= ?
#LDADD+= ?
+CFLAGS+= -DHAVE_PERL_INTERP
+#CFLAGS+= -DHAVE_PERL_5_003_01 # If perl >= 5.03.01
.endif
CLEANFILES+=${EX}
OpenPOWER on IntegriCloud