aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2021-12-15 14:19:46 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2022-01-05 17:23:53 +0000
commit2c7441c86ef5c970c15047f586372c16ef7c7c3f (patch)
tree87da1965adf80464071dcc96b1ca905e8fcaddc2 /usr.sbin/pkg
parentac36d4f03a49ed21345830a87f3a82cf3a12c464 (diff)
pkgbase: Add a FreeBSD-pkg-bootstrap package
And put pkg and its keys in it. It's easier for small image to depend on this package rather than the larger utilities one. MFC after: 2 weeks Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D33458 (cherry picked from commit ec0ea6efa1ad229d75c394c1a9b9cac33af2b1d3)
Diffstat (limited to 'usr.sbin/pkg')
-rw-r--r--usr.sbin/pkg/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/pkg/Makefile b/usr.sbin/pkg/Makefile
index dd3db00885b1..29bd6ea5e1af 100644
--- a/usr.sbin/pkg/Makefile
+++ b/usr.sbin/pkg/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+PACKAGE= pkg-bootstrap
+
_BRANCH!= ${MAKE} -C ${SRCTOP}/release -V BRANCH
BRANCH?= ${_BRANCH}
.if ${BRANCH:MCURRENT} != ""