git: 63ce00f5d0b5 - main - libexec: Move blacklistd-helper to the blocklist package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Oct 2025 01:37:55 UTC
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=63ce00f5d0b5dc34d57fb8d3969b875732c93eb2 commit 63ce00f5d0b5dc34d57fb8d3969b875732c93eb2 Author: Lexi Winter <ivy@FreeBSD.org> AuthorDate: 2025-10-02 01:12:01 +0000 Commit: Lexi Winter <ivy@FreeBSD.org> CommitDate: 2025-10-02 01:37:35 +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 --- 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>