diff options
Diffstat (limited to 'distrib/special/less')
-rw-r--r-- | distrib/special/less/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/special/less/Makefile b/distrib/special/less/Makefile index eb9eed1e9a3..c142920bcee 100644 --- a/distrib/special/less/Makefile +++ b/distrib/special/less/Makefile @@ -1,12 +1,11 @@ -# $OpenBSD: Makefile,v 1.1 2003/04/14 14:35:04 millert Exp $ +# $OpenBSD: Makefile,v 1.2 2009/10/28 07:36:49 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 \ position.c prompt.c search.c signal.c tags.c ttyin.c version.c -CFLAGS= -Os ${PIPE} ${DEBUG} -I${.CURDIR} -MAN= +CFLAGS= ${PIPE} ${DEBUG} -I${.CURDIR} DPADD= ${LIBOCURSES} LDADD= -locurses |