summaryrefslogtreecommitdiffstats
path: root/usr.bin/vi
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-04-18 23:44:54 +0000
committerjkh <jkh@FreeBSD.org>1997-04-18 23:44:54 +0000
commit583752103fbe5e1bd8baec535843c09bd4e23143 (patch)
treeec93499cb25dfa53dc4740f2f7201d056679b43e /usr.bin/vi
parentc87043915bcfdce2b8ed90750a5f5ed2ee987535 (diff)
downloadFreeBSD-src-583752103fbe5e1bd8baec535843c09bd4e23143.zip
FreeBSD-src-583752103fbe5e1bd8baec535843c09bd4e23143.tar.gz
Enable GLOBAL tags support.
Diffstat (limited to 'usr.bin/vi')
-rw-r--r--usr.bin/vi/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile
index 12fc1bc..d05179d 100644
--- a/usr.bin/vi/Makefile
+++ b/usr.bin/vi/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.15 1997/04/12 14:28:13 peter Exp $
+# $Id: Makefile,v 1.16 1997/04/12 14:34:02 peter Exp $
#
# This has most of the glue needed to compile tknvi and the perl hooks,
# but not all.
@@ -28,6 +28,8 @@ APISTUFF= ex_tcl.c ex_perl.c
.endif
+CFLAGS+= -DGTAGS
+
#if using ncurses:
#CFLAGS+= -DSYSV_CURSES
OpenPOWER on IntegriCloud