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
This commit is contained in:
Emmanuel Vadot 2021-12-14 15:31:30 +01:00
parent eb14f050a3
commit 93c4369096
27 changed files with 50 additions and 2 deletions

View File

@ -24,6 +24,8 @@
#
# $FreeBSD$
PACKAGE= runtime
LIB= pam_lastlog
SRCS= pam_lastlog.c
MAN= pam_lastlog.8

View File

@ -24,6 +24,8 @@
#
# $FreeBSD$
PACKAGE= runtime
LIB= pam_login_access
SRCS= pam_login_access.c login_access.c
MAN= login.access.5 pam_login_access.8

View File

@ -24,6 +24,8 @@
#
# $FreeBSD$
PACKAGE= runtime
LIB= pam_nologin
SRCS= pam_nologin.c
MAN= pam_nologin.8

View File

@ -25,6 +25,8 @@
#
# $FreeBSD$
PACKAGE= runtime
LIB= pam_opie
SRCS= pam_opie.c
MAN= pam_opie.8

View File

@ -1,5 +1,7 @@
# $FreeBSD$
PACKAGE= runtime
LIB= pam_opieaccess
SRCS= ${LIB}.c
MAN= pam_opieaccess.8

View File

@ -24,6 +24,8 @@
#
# $FreeBSD$
PACKAGE= runtime
LIB= pam_securetty
SRCS= pam_securetty.c
MAN= pam_securetty.8

View File

@ -24,6 +24,8 @@
#
# $FreeBSD$
PACKAGE= runtime
LIB= pam_self
SRCS= pam_self.c
MAN= pam_self.8

View File

@ -37,6 +37,8 @@
.include <src.opts.mk>
.include <bsd.init.mk>
PACKAGE= runtime
LIB= pam_unix
SRCS= pam_unix.c
MAN= pam_unix.8

View File

@ -2,6 +2,8 @@
.include <src.opts.mk>
PACKAGE= runtime
NO_OBJ=
CONFGROUPS= CONFS

View File

@ -2,6 +2,8 @@
.include <src.opts.mk>
PACKAGE= runtime
LIB= regex
SHLIB_MAJOR= 1
SHLIB_MINOR= 0

View File

@ -5,6 +5,8 @@
.PATH: ${SRCTOP}/include/rpcsvc
PACKAGE= runtime
LIB= rpcsvc
RPCSRCS= klm_prot.x mount.x nfs_prot.x nlm_prot.x rex.x rnusers.x \

View File

@ -4,6 +4,8 @@
.include <src.opts.mk>
PACKAGE= runtime
CONFS= hosts.allow
LIB= wrap
SHLIB_MAJOR= 6

View File

@ -1,6 +1,6 @@
# $FreeBSD$
PACKAGE= yp
PACKAGE= runtime
LIB= ypclnt
SHLIB_MAJOR= 4
SRCS= ypclnt_connect.c \

View File

@ -1,6 +1,8 @@
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
# $FreeBSD$
PACKAGE= runtime
CONFS= gettytab
PROG= getty
SRCS= main.c init.c subr.c chat.c

View File

@ -3,7 +3,7 @@
.include <src.opts.mk>
WARNS?= 3
PACKAGE=utilities
PACKAGE=runtime
CONFGROUPS= CONFS DEVD
CONFS= devd.conf
DEVD= devmatch.conf

View File

@ -1,6 +1,7 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
PACKAGE= runtime
PROG= env
SRCS= env.c envopts.c

View File

@ -3,6 +3,8 @@
.include <src.opts.mk>
PACKAGE= runtime
PROG= find
SRCS= find.c function.c ls.c main.c misc.c operator.c option.c \
getdate.y

View File

@ -4,6 +4,8 @@
.include <src.opts.mk>
PACKAGE= runtime
PROG= grep
MAN1= grep.1 zgrep.1

View File

@ -3,6 +3,8 @@
.include <src.opts.mk>
PACKAGE= runtime
PROG= id
LINKS= ${BINDIR}/id ${BINDIR}/groups
LINKS+= ${BINDIR}/id ${BINDIR}/whoami

View File

@ -2,6 +2,8 @@
.include <src.opts.mk>
PACKAGE= runtime
PROG= limits
LIBADD= util

View File

@ -3,6 +3,8 @@
.include <src.opts.mk>
PACKAGE= runtime
PROG= logger
.if ${MK_INET6_SUPPORT} != "no"

View File

@ -4,6 +4,8 @@
.include <src.opts.mk>
.include <src.tools.mk>
PACKAGE= runtime
CONFS= fbtab login.conf motd.template login.access
PROG= login
SRCS= login.c login_fbtab.c

View File

@ -1,5 +1,7 @@
# $FreeBSD$
PACKAGE= runtime
PROG= mktemp
.include <bsd.prog.mk>

View File

@ -3,6 +3,8 @@
.include <src.opts.mk>
PACKAGE= runtime
PROG= xargs
SRCS= xargs.c strnsubst.c

View File

@ -3,6 +3,8 @@
.include <src.opts.mk>
PACKAGE= runtime
PROG= xinstall
PROGNAME= install
SRCS= xinstall.c getid.c

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE= runtime
SCRIPTS=service.sh
MAN= service.8

View File

@ -1,5 +1,7 @@
# $FreeBSD$
PACKAGE= runtime
PROG= utx
MAN= utx.8