diff options
Diffstat (limited to 'usr.bin/gzip/Makefile')
-rw-r--r-- | usr.bin/gzip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/gzip/Makefile b/usr.bin/gzip/Makefile index 6d3aaa6..3bbbaa2 100644 --- a/usr.bin/gzip/Makefile +++ b/usr.bin/gzip/Makefile @@ -6,8 +6,8 @@ PROG= gzip MAN= gzip.1 gzexe.1 zdiff.1 zforce.1 zmore.1 znew.1 -DPADD= ${LIBZ} ${LIBLZMA} -LDADD= -lz -llzma +DPADD= ${LIBZ} ${LIBLZMA} ${LIBPTHREAD} +LDADD= -lz -llzma -lpthread .if ${MK_BZIP2_SUPPORT} != "no" DPADD+= ${LIBBZ2} |