mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 10:10:24 -04:00
- Create links to the xz and lzma versions even if BSD grep is not the
default. Nor GNU nor liblzma in base provides such functionality so it may be useful. MFC after: 3 days
This commit is contained in:
parent
ede01be2f2
commit
68f42e1da4
1 changed files with 8 additions and 7 deletions
|
|
@ -25,13 +25,7 @@ LINKS= ${BINDIR}/grep ${BINDIR}/egrep \
|
|||
${BINDIR}/grep ${BINDIR}/fgrep \
|
||||
${BINDIR}/grep ${BINDIR}/zgrep \
|
||||
${BINDIR}/grep ${BINDIR}/zegrep \
|
||||
${BINDIR}/grep ${BINDIR}/zfgrep \
|
||||
${BINDIR}/grep ${BINDIR}/xzgrep \
|
||||
${BINDIR}/grep ${BINDIR}/xzegrep \
|
||||
${BINDIR}/grep ${BINDIR}/xzfgrep \
|
||||
${BINDIR}/grep ${BINDIR}/lzgrep \
|
||||
${BINDIR}/grep ${BINDIR}/lzegrep \
|
||||
${BINDIR}/grep ${BINDIR}/lzfgrep
|
||||
${BINDIR}/grep ${BINDIR}/zfgrep
|
||||
|
||||
MLINKS= grep.1 egrep.1 \
|
||||
grep.1 fgrep.1 \
|
||||
|
|
@ -46,6 +40,13 @@ MLINKS= grep.1 egrep.1 \
|
|||
grep.1 lzfgrep.1
|
||||
.endif
|
||||
|
||||
LINKS+= ${BINDIR}/${PROG} ${BINDIR}/xzgrep \
|
||||
${BINDIR}/${PROG} ${BINDIR}/xzegrep \
|
||||
${BINDIR}/${PROG} ${BINDIR}/xzfgrep \
|
||||
${BINDIR}/${PROG} ${BINDIR}/lzgrep \
|
||||
${BINDIR}/${PROG} ${BINDIR}/lzegrep \
|
||||
${BINDIR}/${PROG} ${BINDIR}/lzfgrep
|
||||
|
||||
LDADD= -lz -llzma
|
||||
DPADD= ${LIBZ} ${LIBLZMA}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue