mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
Follow up upstream rename from blacklist to blocklist. - Old names and rc scripts are still valid, but emitting an ugly warning - Old firewall rules and anchor names should work, but emitting an ugly warning - Old MK_BLACKLIST* knobs are wired to the new ones Although care has been taken not to break current configurations, this is a large patch containing mostly duplicated code. If issues arise, it will be swiftly reverted. Reviewed by: ivy (pkgbase) Approved by: emaste (mentor) MFC after: 2 days Relnotes: yes
10 lines
180 B
Makefile
10 lines
180 B
Makefile
BLOCKLIST_DIR=${SRCTOP}/contrib/blocklist
|
|
|
|
PACKAGE= blocklist
|
|
|
|
SCRIPTS= ${BLOCKLIST_DIR}/libexec/blocklistd-helper
|
|
|
|
# blacklist
|
|
SCRIPTS+= blacklistd-helper
|
|
|
|
.include <bsd.prog.mk>
|