mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -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 5f4c09dd85bff675e0ca63c55ea3c517e0fddfcc)
19 lines
489 B
Makefile
19 lines
489 B
Makefile
# $NetBSD: Makefile,v 1.7 2019/03/08 20:40:05 christos Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
USE_SHLIBDIR= yes
|
|
|
|
CPPFLAGS+=-D_REENTRANT
|
|
#LIBDPLIBS+=pthread ${NETBSDSRCDIR}/lib/libpthread
|
|
LIB=blacklist
|
|
SRCS=bl.c blacklist.c
|
|
MAN=libblacklist.3
|
|
MLINKS+=libblacklist.3 blacklist_open.3
|
|
MLINKS+=libblacklist.3 blacklist_close.3
|
|
MLINKS+=libblacklist.3 blacklist.3
|
|
MLINKS+=libblacklist.3 blacklist_r.3
|
|
MLINKS+=libblacklist.3 blacklist_sa.3
|
|
MLINKS+=libblacklist.3 blacklist_sa_r.3
|
|
|
|
.include <bsd.lib.mk>
|