mirror of
https://github.com/opnsense/src.git
synced 2026-05-26 03:08:23 -04:00
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 93c4369096)
8 lines
76 B
Makefile
8 lines
76 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= runtime
|
|
|
|
PROG= utx
|
|
MAN= utx.8
|
|
|
|
.include <bsd.prog.mk>
|