pkgbase: Move uuidgen to runtime package

This is useful to have a valid /etc/hostid and /etc/machine-id for
small mfsroot based setup and not needing to install FreeBSD-utilities

Sponsored by:	Beckhoff Automation GmbH & Co. KG
Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D42149
This commit is contained in:
Emmanuel Vadot 2023-10-10 18:56:20 +02:00
parent 0983e80a9a
commit 6a804af4c0

View file

@ -1,4 +1,5 @@
PACKAGE= runtime
PROG= uuidgen
.include <bsd.prog.mk>