aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2023-10-10 16:56:20 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2023-10-11 19:10:14 +0000
commit6a804af4c0e3ce3574e23695f587c11f5958bcbb (patch)
treecf2db161b7f3e65f9086d5d4fcd82734f2aa407f
parent0983e80a9addbd65603a430e186d2a50b4e15e29 (diff)
downloadsrc-6a804af4c0e3ce3574e23695f587c11f5958bcbb.tar.gz
src-6a804af4c0e3ce3574e23695f587c11f5958bcbb.zip
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
-rw-r--r--bin/uuidgen/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/uuidgen/Makefile b/bin/uuidgen/Makefile
index f0c4ce2e3538..234ee20300eb 100644
--- a/bin/uuidgen/Makefile
+++ b/bin/uuidgen/Makefile
@@ -1,4 +1,5 @@
+PACKAGE= runtime
PROG= uuidgen
.include <bsd.prog.mk>