summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/grep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/grep/Makefile')
-rw-r--r--gnu/usr.bin/grep/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/usr.bin/grep/Makefile b/gnu/usr.bin/grep/Makefile
index b1875fe..5f6ecdd 100644
--- a/gnu/usr.bin/grep/Makefile
+++ b/gnu/usr.bin/grep/Makefile
@@ -13,7 +13,14 @@ LINKS+= ${BINDIR}/grep ${BINDIR}/egrep \
MLINKS= grep.1 egrep.1 grep.1 fgrep.1
DPADD+= ${LIBGNUREGEX}
+DPADD+= ${LIBBZ2}
LDADD+= -lgnuregex
+LDADD+= -lbz2
+
+LINKS+= ${BINDIR}/grep ${BINDIR}/bzgrep \
+ ${BINDIR}/grep ${BINDIR}/bzegrep \
+ ${BINDIR}/grep ${BINDIR}/bzfgrep
+MLINKS+=grep.1 bzgrep.1 grep.1 bzegrep.1 grep.1 bzfgrep.1
.if defined(GREP_LIBZ) && !empty(GREP_LIBZ)
LDADD+= -lz
OpenPOWER on IntegriCloud