diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2021-12-14 14:31:30 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2022-01-05 17:23:51 +0000 |
commit | b2d245a0b010b8ca254297e00a5a30a632bac9fe (patch) | |
tree | 8de539b7098f82e4094765a6a73ef1e7864bbacc /usr.bin/xinstall/Makefile | |
parent | 2480a7ae9e76810d3c4a756b4c66eb735e692b0a (diff) |
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
(cherry picked from commit 93c43690960274dd3bb67b1ee0f1dd3ca4d13def)
Diffstat (limited to 'usr.bin/xinstall/Makefile')
-rw-r--r-- | usr.bin/xinstall/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/xinstall/Makefile b/usr.bin/xinstall/Makefile index 4bc0d006cb98..ce70cb882190 100644 --- a/usr.bin/xinstall/Makefile +++ b/usr.bin/xinstall/Makefile @@ -3,6 +3,8 @@ .include <src.opts.mk> +PACKAGE= runtime + PROG= xinstall PROGNAME= install SRCS= xinstall.c getid.c |