mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
8 lines
132 B
Makefile
8 lines
132 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
BLACKLIST_DIR=${SRCTOP}/contrib/blacklist
|
||
|
|
|
||
|
|
SCRIPTS= ${BLACKLIST_DIR}/libexec/blacklistd-helper
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|