From e2ce27f0a623837eee42a036f9f89afd979ac033 Mon Sep 17 00:00:00 2001 From: deraadt Date: Sat, 10 May 2014 18:15:31 +0000 Subject: [PATCH] please, if there is any chance you've ever encountered the same command during install time, be more careful here. --- distrib/special/less/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.20.1