From 583752103fbe5e1bd8baec535843c09bd4e23143 Mon Sep 17 00:00:00 2001 From: jkh Date: Fri, 18 Apr 1997 23:44:54 +0000 Subject: Enable GLOBAL tags support. --- usr.bin/vi/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr.bin/vi') 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 -- cgit v1.1