mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue