freebsd-src/bin/uuidgen/Makefile
Emmanuel Vadot 6a804af4c0 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
2023-10-11 21:10:14 +02:00

6 lines
56 B
Makefile

PACKAGE= runtime
PROG= uuidgen
.include <bsd.prog.mk>