repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
external
/
bsd
/
blacklist
/
Makefile.inc
blob
85c82783cd3534e34f68fcf08abe4b268f737303
1
# $NetBSD: Makefile.inc,v 1.3 2015/01/23 03:57:22 christos Exp $
2
3
WARNS=6
4
.if !defined(LIB)
5
LDADD+= -lblacklist
6
DPADD+= ${LIBBLACKLIST}
7
.endif
8
CPPFLAGS+= -I${.CURDIR}/../include
9
CPPFLAGS+=-DHAVE_STRUCT_SOCKADDR_SA_LEN -DHAVE_UTIL_H -DHAVE_DB_H
10