summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-05-30 21:47:25 +0000
committerbapt <bapt@FreeBSD.org>2015-05-30 21:47:25 +0000
commitf11dbe130eb577e045fef8823e0a06ffec3c99d5 (patch)
tree1d6d1e0577894a0abcfb83f876801fb71caac67d /usr.sbin
parente5d700b4991c9f65c41b929e0e608479536b9d77 (diff)
downloadFreeBSD-src-f11dbe130eb577e045fef8823e0a06ffec3c99d5.zip
FreeBSD-src-f11dbe130eb577e045fef8823e0a06ffec3c99d5.tar.gz
MFC: r273778 (by nwhitehorn)
Remove spurious libelf dependency. Submitted by: pluknet
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pkg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg/Makefile b/usr.sbin/pkg/Makefile
index 0ddb9d0..aaf512b 100644
--- a/usr.sbin/pkg/Makefile
+++ b/usr.sbin/pkg/Makefile
@@ -6,7 +6,7 @@ MAN= pkg.7
CFLAGS+=-I${.CURDIR}/../../contrib/libucl/include
.PATH: ${.CURDIR}/../../contrib/libucl/include
-DPADD= ${LIBARCHIVE} ${LIBELF} ${LIBFETCH} ${LIBUCL} ${LIBSBUF} ${LIBSSL} \
+DPADD= ${LIBARCHIVE} ${LIBFETCH} ${LIBUCL} ${LIBSBUF} ${LIBSSL} \
${LIBCRYPTO} ${LIBM}
LDADD= -larchive -lfetch -lucl -lsbuf -lssl -lcrypto -lm
USEPRIVATELIB= ucl
OpenPOWER on IntegriCloud