mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Use ${BINDIR} instead of hardcoded path.
PR: 44582 Submitted by: Jon Disnard <jon.disnard@ca.com> Reviewed by: ru MFC after: 3 weeks
This commit is contained in:
parent
95f4226b27
commit
0c21294cee
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108031
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user