diff options
-rw-r--r-- | distrib/special/less/Makefile | 6 |
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 |