summaryrefslogtreecommitdiff
path: root/sbin/unwind/libunbound/Makefile.inc
blob: 288dadb596354de60a11b2e7a445a06d57f529e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#	$OpenBSD: Makefile.inc,v 1.1 2019/01/23 13:05:26 florian Exp $

#DEBUG=	-g -DDEBUG=3 -O0
CFLAGS+= -Wall -I${.CURDIR}
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith
CFLAGS+= -Wsign-compare

.PATH: ${.CURDIR}/libunbound

.include "${.CURDIR}/libunbound/dns64/Makefile.inc"
.include "${.CURDIR}/libunbound/iterator/Makefile.inc"
.include "${.CURDIR}/libunbound/libunbound/Makefile.inc"
.include "${.CURDIR}/libunbound/respip/Makefile.inc"
.include "${.CURDIR}/libunbound/services/Makefile.inc"
.include "${.CURDIR}/libunbound/services/cache/Makefile.inc"
.include "${.CURDIR}/libunbound/sldns/Makefile.inc"
.include "${.CURDIR}/libunbound/util/Makefile.inc"
.include "${.CURDIR}/libunbound/util/data/Makefile.inc"
.include "${.CURDIR}/libunbound/util/storage/Makefile.inc"
.include "${.CURDIR}/libunbound/util/shm_side/Makefile.inc"
.include "${.CURDIR}/libunbound/validator/Makefile.inc"