mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
Upstream is now https://github.com/zoulasc/blocklist/. Rename the
contrib directory and update Makefiles to match, in advance of the next
vendor branch update.
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 5f4c09dd85)
6 lines
120 B
Makefile
6 lines
120 B
Makefile
|
|
BLOCKLIST_DIR=${SRCTOP}/contrib/blocklist
|
|
|
|
SCRIPTS= ${BLOCKLIST_DIR}/libexec/blacklistd-helper
|
|
|
|
.include <bsd.prog.mk>
|