From: deraadt Date: Sat, 10 May 2014 18:15:31 +0000 (+0000) Subject: please, if there is any chance you've ever encountered the same command X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e2ce27f0a623837eee42a036f9f89afd979ac033;p=openbsd please, if there is any chance you've ever encountered the same command during install time, be more careful here. --- diff --git a/distrib/special/less/Makefile b/distrib/special/less/Makefile index d3f2e35f4a6..d258f8bd433 100644 --- a/distrib/special/less/Makefile +++ b/distrib/special/less/Makefile @@ -1,11 +1,12 @@ -# $OpenBSD: Makefile,v 1.5 2011/09/16 18:12:09 shadchin Exp $ +# $OpenBSD: Makefile,v 1.6 2014/05/10 18:15:31 deraadt Exp $ PROG= less SRCS= main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c cvt.c \ decode.c edit.c filename.c forwback.c ifile.c input.c jump.c \ line.c linenum.c mark.c optfunc.c option.c opttbl.c os.c output.c \ pattern.c position.c prompt.c search.c signal.c ttyin.c version.c -CFLAGS= ${PIPE} ${DEBUG} -I${.CURDIR} +CFLAGS= ${PIPE} ${DEBUG} -I${.CURDIR} -DHELPDIR=\"${HELPDIR}\" + DPADD= ${LIBOCURSES} LDADD= -locurses