diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-10-02 01:12:01 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-10-02 01:37:35 +0000 |
| commit | 63ce00f5d0b5dc34d57fb8d3969b875732c93eb2 (patch) | |
| tree | ac3b68f02669a9da6bf39a5c4e6976748f47034e | |
| parent | 09cd3decf0fae4b769b04c1e900ed5935c40957e (diff) | |
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
| -rw-r--r-- | libexec/blacklistd-helper/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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> |
