pkgbase: Move bectl to the runtime package

runtime contain what is needed to boot in single user and repair a
system, bectl could be handy to have in this situation.

Differential Revision:	https://reviews.freebsd.org/D27708
This commit is contained in:
Emmanuel Vadot 2020-12-21 16:00:02 +01:00 committed by Emmanuel Vadot
parent 9cfd8046a4
commit 2d486ba15f
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ SHLIBDIR?= /lib
.include <src.opts.mk>
PACKAGE= runtime
LIB= be
SHLIB_MAJOR= 1
SHLIB_MINOR= 0

View File

@ -2,6 +2,7 @@
.include <src.opts.mk>
PACKAGE=runtime
PROG= bectl
MAN= bectl.8