mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 11:14:18 +01:00
5f4c09dd85
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
11 lines
245 B
Makefile
11 lines
245 B
Makefile
# $NetBSD: Makefile.inc,v 1.3 2015/01/23 03:57:22 christos Exp $
|
|
|
|
WARNS=6
|
|
.if !defined(LIB)
|
|
LDADD+= -lblacklist
|
|
DPADD+= ${LIBBLACKLIST}
|
|
.endif
|
|
CPPFLAGS+= -I${.CURDIR}/../include
|
|
CPPFLAGS+=-DHAVE_STRUCT_SOCKADDR_SA_LEN -DHAVE_UTIL_H -DHAVE_DB_H
|
|
|