diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2010-02-25 20:24:19 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2010-02-25 20:24:19 +0000 |
| commit | bee10047c04acda5938b9cc4fb21109285eefe16 (patch) | |
| tree | 4f5956e5e1eefb11957b3c4e601da267e4d60995 /usr.bin/tar | |
| parent | 4f0c2fae8d1f6e184673da0c85eabf20374ca8ed (diff) | |
Notes
Diffstat (limited to 'usr.bin/tar')
| -rw-r--r-- | usr.bin/tar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile index 29abcc5f7fe0..18289520209c 100644 --- a/usr.bin/tar/Makefile +++ b/usr.bin/tar/Makefile @@ -15,9 +15,10 @@ SRCS= bsdtar.c \ tree.c \ util.c \ write.c -DPADD= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ} +DPADD= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ} ${LIBMD} LDADD= -larchive -lbz2 -lz -lmd .if ${MK_OPENSSL} != "no" +DPADD+= ${LIBCRYPTO} LDADD+= -lcrypto .endif CFLAGS+= -DBSDTAR_VERSION_STRING=\"${BSDTAR_VERSION_STRING}\" |
