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:
parent
9cfd8046a4
commit
2d486ba15f
@ -4,6 +4,7 @@ SHLIBDIR?= /lib
|
||||
|
||||
.include <src.opts.mk>
|
||||
|
||||
PACKAGE= runtime
|
||||
LIB= be
|
||||
SHLIB_MAJOR= 1
|
||||
SHLIB_MINOR= 0
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
.include <src.opts.mk>
|
||||
|
||||
PACKAGE=runtime
|
||||
PROG= bectl
|
||||
MAN= bectl.8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user