summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorPhilip Guenthe <guenther@cvs.openbsd.org>2010-07-02 22:43:39 +0000
committerPhilip Guenthe <guenther@cvs.openbsd.org>2010-07-02 22:43:39 +0000
commitc94807dc8e5c23b457b94088f2867d5b05e8201c (patch)
treee447573ee7b3fd1c7f2e29d41efee8415dd5080c /distrib
parent4f5e1fd9c27dff54214b6e01a9a63ac0e4ced40e (diff)
tags.c isn't needed at all, so exclude the entire object instead of
commenting it out top-to-bottom ok deraadt@
Diffstat (limited to 'distrib')
-rw-r--r--distrib/special/less/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/special/less/Makefile b/distrib/special/less/Makefile
index 23294002529..8eb9d87e681 100644
--- a/distrib/special/less/Makefile
+++ b/distrib/special/less/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.3 2010/07/02 21:51:06 deraadt Exp $
+# $OpenBSD: Makefile,v 1.4 2010/07/02 22:43:37 guenther Exp $
PROG= less
SRCS= main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c decode.c \
edit.c filename.c forwback.c help.c ifile.c input.c jump.c line.c \
linenum.c mark.c optfunc.c option.c opttbl.c os.c output.c \
- position.c prompt.c search.c signal.c tags.c ttyin.c version.c
+ position.c prompt.c search.c signal.c ttyin.c version.c
CFLAGS= ${PIPE} ${DEBUG} -I${.CURDIR} -DSMALL_PROGRAM
DPADD= ${LIBOCURSES}
LDADD= -locurses