git: d63d221507d1 - stable/15 - libexec: Move blacklistd-helper to the blocklist package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Oct 2025 20:15:35 UTC
The branch stable/15 has been updated by ivy:
URL: https://cgit.FreeBSD.org/src/commit/?id=d63d221507d14e904d8d1a9bdbaf1ce450c5800a
commit d63d221507d14e904d8d1a9bdbaf1ce450c5800a
Author: Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-10-02 01:12:01 +0000
Commit: Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-10-03 19:21:50 +0000
libexec: Move blacklistd-helper to the blocklist package
Reviewed by: emaste
Sponsored by: https://www.patreon.com/bsdivy
Differential Revision: https://reviews.freebsd.org/D52830
(cherry picked from commit 63ce00f5d0b5dc34d57fb8d3969b875732c93eb2)
---
libexec/blacklistd-helper/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libexec/blacklistd-helper/Makefile b/libexec/blacklistd-helper/Makefile
index 50fd3b5c982b..d32b69c278a8 100644
--- a/libexec/blacklistd-helper/Makefile
+++ b/libexec/blacklistd-helper/Makefile
@@ -1,5 +1,7 @@
BLOCKLIST_DIR=${SRCTOP}/contrib/blocklist
+PACKAGE= blocklist
+
SCRIPTS= ${BLOCKLIST_DIR}/libexec/blacklistd-helper
.include <bsd.prog.mk>