mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -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)
15 lines
393 B
Makefile
15 lines
393 B
Makefile
# $NetBSD: Makefile,v 1.11 2015/01/27 19:40:36 christos Exp $
|
|
|
|
BINDIR=/sbin
|
|
|
|
PROGS=blacklistd blacklistctl
|
|
MAN.blacklistd=blacklistd.8 blacklistd.conf.5
|
|
MAN.blacklistctl=blacklistctl.8
|
|
SRCS.blacklistd = blacklistd.c conf.c run.c state.c support.c internal.c
|
|
SRCS.blacklistctl = blacklistctl.c conf.c state.c support.c internal.c
|
|
DBG=-g
|
|
|
|
LDADD+=-lutil
|
|
DPADD+=${LIBUTIL}
|
|
|
|
.include <bsd.prog.mk>
|