diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 14:29:10 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 14:29:10 +0000 |
| commit | 3e11bd9e2a2b1cbd4283c87c93e3cc75e3f2dacb (patch) | |
| tree | ddfef911600b923ca0abdbed4461a288b9249837 /usr.bin/tar | |
| parent | 30fca3b0cc92ae380073c169d34b4cc3f27321e9 (diff) | |
Notes
Diffstat (limited to 'usr.bin/tar')
| -rw-r--r-- | usr.bin/tar/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile index a289ea49a7ce..f7e7775a1764 100644 --- a/usr.bin/tar/Makefile +++ b/usr.bin/tar/Makefile @@ -19,15 +19,7 @@ SRCS= bsdtar.c \ SRCS+= err.c \ line_reader.c -DPADD= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ} ${LIBLZMA} ${LIBBSDXML} -LDADD= -larchive -lbz2 -lz -llzma -lbsdxml -.if ${MK_OPENSSL} != "no" -DPADD+= ${LIBCRYPTO} -LDADD+= -lcrypto -.else -DPADD+= ${LIBMD} -LDADD+= -lmd -.endif +LIBADD= archive .if ${MK_ICONV} != "no" CFLAGS+= -DHAVE_ICONV=1 -DHAVE_ICONV_H=1 -DICONV_CONST=const |
