From 5a92adf8bc83f1159a8f4ff04d850be8b9b67290 Mon Sep 17 00:00:00 2001 From: johan Date: Wed, 18 Dec 2002 10:14:01 +0000 Subject: Use ${BINDIR} instead of hardcoded path. PR: 44582 Submitted by: Jon Disnard Reviewed by: ru MFC after: 3 weeks --- usr.bin/less/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/less/Makefile b/usr.bin/less/Makefile index 5302aa1..d9dd968 100644 --- a/usr.bin/less/Makefile +++ b/usr.bin/less/Makefile @@ -7,7 +7,7 @@ SRCS= main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c decode.c \ position.c prompt.c search.c signal.c tags.c ttyin.c version.c DPADD= ${LIBTERMCAP} LDADD= -ltermcap -LINKS= ${BINDIR}/less /usr/bin/more +LINKS= ${BINDIR}/less ${BINDIR}/more MLINKS= less.1 more.1 CLEANFILES= less.1 -- cgit v1.1