summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-07-02 21:51:07 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-07-02 21:51:07 +0000
commit2a8ba1196ade51922482d9121e5900c4c1986e8e (patch)
tree573904bd09e79d88faf51f75847817131c372092 /distrib
parentdcd2c83c33d9e11b51cc1157c4a25519ab4712f6 (diff)
An entire 1.5KB .o file was linked, but not actually used.
Diffstat (limited to 'distrib')
-rw-r--r--distrib/special/less/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/special/less/Makefile b/distrib/special/less/Makefile
index c142920bcee..23294002529 100644
--- a/distrib/special/less/Makefile
+++ b/distrib/special/less/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.2 2009/10/28 07:36:49 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 2010/07/02 21:51:06 deraadt 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 lsystem.c mark.c optfunc.c option.c opttbl.c os.c output.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
-CFLAGS= ${PIPE} ${DEBUG} -I${.CURDIR}
+CFLAGS= ${PIPE} ${DEBUG} -I${.CURDIR} -DSMALL_PROGRAM
DPADD= ${LIBOCURSES}
LDADD= -locurses