aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2021-12-14 14:31:30 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2021-12-21 09:17:27 +0000
commit93c43690960274dd3bb67b1ee0f1dd3ca4d13def (patch)
tree2ccc71b9c29ff84cd47091175e6f618b5953be27 /usr.sbin
parenteb14f050a39f7f71110535ad260fb8df5eef068c (diff)
downloadsrc-93c43690960274dd3bb67b1ee0f1dd3ca4d13def.tar.gz
src-93c43690960274dd3bb67b1ee0f1dd3ca4d13def.zip
pkgbase: Put more binaries/lib in runtime
Move some needed binaries/libs from FreeBSD-utilities to FreeBSD_runtime. This is everything needed to boot to multiuser with FreeBSD-rc installed. MFC after: 2 weeks Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D33435
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/service/Makefile1
-rw-r--r--usr.sbin/utx/Makefile2
2 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/service/Makefile b/usr.sbin/service/Makefile
index a03714dc6f91..e8432f5aabf8 100644
--- a/usr.sbin/service/Makefile
+++ b/usr.sbin/service/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+PACKAGE= runtime
SCRIPTS=service.sh
MAN= service.8
diff --git a/usr.sbin/utx/Makefile b/usr.sbin/utx/Makefile
index 78c4f90160be..8177d3fe7832 100644
--- a/usr.sbin/utx/Makefile
+++ b/usr.sbin/utx/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+PACKAGE= runtime
+
PROG= utx
MAN= utx.8