summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg/Makefile
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2020-11-15 20:24:59 +0000
committerScott Long <scottl@FreeBSD.org>2020-11-15 20:24:59 +0000
commit8e1031086d40b9bd3fa255d92cc45573e3afed16 (patch)
treee3cb8206851bd27dac89f9e7d562fe4c364931d2 /usr.sbin/pkg/Makefile
parentfc7cf7241f89a3d3ccc20cb49c5bf61e154b7a1b (diff)
downloadsrc-test2-8e1031086d40b9bd3fa255d92cc45573e3afed16.tar.gz
src-test2-8e1031086d40b9bd3fa255d92cc45573e3afed16.zip
Revert the whole getlocalbase() set of changes while a different design is
hashed out.
Notes
Notes: svn path=/head/; revision=367711
Diffstat (limited to 'usr.sbin/pkg/Makefile')
-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 980faafc6b6c..ebfb71c1699b 100644
--- a/usr.sbin/pkg/Makefile
+++ b/usr.sbin/pkg/Makefile
@@ -25,6 +25,6 @@ MAN= pkg.7
CFLAGS+=-I${SRCTOP}/contrib/libucl/include
.PATH: ${SRCTOP}/contrib/libucl/include
-LIBADD= archive fetch ucl sbuf crypto ssl util
+LIBADD= archive fetch ucl sbuf crypto ssl
.include <bsd.prog.mk>