summaryrefslogtreecommitdiff
path: root/usr.bin/vi/build/Makefile
diff options
context:
space:
mode:
authorAnthony J. Bentley <bentley@cvs.openbsd.org>2015-11-19 07:53:32 +0000
committerAnthony J. Bentley <bentley@cvs.openbsd.org>2015-11-19 07:53:32 +0000
commit5914d05f817c274a6f32d537705030855e878e12 (patch)
tree73f3d55c0c1e88b45247e78d3b0774d385843724 /usr.bin/vi/build/Makefile
parent55be2f0180315e73a51edf6ad1d3a4bc17d17cb9 (diff)
Remove cscope support in vi.
It makes no sense to keep support for a non-base tool in base, especially for a feature that few if any people use.
Diffstat (limited to 'usr.bin/vi/build/Makefile')
-rw-r--r--usr.bin/vi/build/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vi/build/Makefile b/usr.bin/vi/build/Makefile
index 4d2d25f3546..68e7b544df9 100644
--- a/usr.bin/vi/build/Makefile
+++ b/usr.bin/vi/build/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.21 2014/11/20 08:50:53 bentley Exp $
+# $OpenBSD: Makefile,v 1.22 2015/11/19 07:53:30 bentley Exp $
# @(#)Makefile.in 8.75 (Berkeley) 10/23/96
PROG= vi
@@ -18,7 +18,7 @@ CFLAGS+= -fno-tree-dominator-opts
SRCS= cl_funcs.c cl_main.c cl_read.c cl_screen.c cl_term.c \
cut.c delete.c ex.c ex_abbrev.c ex_append.c ex_args.c ex_argv.c \
- ex_at.c ex_bang.c ex_cd.c ex_cmd.c ex_cscope.c ex_delete.c \
+ ex_at.c ex_bang.c ex_cd.c ex_cmd.c ex_delete.c \
ex_display.c ex_edit.c ex_equal.c ex_file.c ex_filter.c \
ex_global.c ex_init.c ex_join.c ex_map.c ex_mark.c ex_mkexrc.c \
ex_move.c ex_open.c ex_preserve.c ex_print.c ex_put.c \