aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-10-02 01:12:01 +0000
committerLexi Winter <ivy@FreeBSD.org>2025-10-03 19:21:50 +0000
commitd63d221507d14e904d8d1a9bdbaf1ce450c5800a (patch)
tree5420a340bfd23350a677043fc5517dcc88c8be9f /libexec
parentf4f0b7c34027378a117d581aba7151b982b1defa (diff)
Diffstat (limited to 'libexec')
-rw-r--r--libexec/blacklistd-helper/Makefile2
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>