diff options
| author | Justin Hibbits <jhibbits@FreeBSD.org> | 2016-03-11 20:04:32 +0000 |
|---|---|---|
| committer | Justin Hibbits <jhibbits@FreeBSD.org> | 2016-03-11 20:04:32 +0000 |
| commit | bf081e99484afb4df9759d3613354e95586ab3cc (patch) | |
| tree | 6cce652f27294d45cc0076d860c17dca14711796 /lib/libunbound | |
| parent | dfb898bee22e759be1aac827e52f9ed806b93c69 (diff) | |
Notes
Diffstat (limited to 'lib/libunbound')
| -rw-r--r-- | lib/libunbound/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libunbound/Makefile b/lib/libunbound/Makefile index e348c665041ae..76a61f6210a3f 100644 --- a/lib/libunbound/Makefile +++ b/lib/libunbound/Makefile @@ -10,7 +10,7 @@ UNBOUNDDIR= ${.CURDIR}/../../contrib/unbound LIB= unbound PRIVATELIB= -CFLAGS= -I${UNBOUNDDIR} -I${LDNSDIR} -I${.OBJDIR} +CFLAGS+= -I${UNBOUNDDIR} -I${LDNSDIR} -I${.OBJDIR} SRCS= alloc.c as112.c autotrust.c config_file.c configlexer.l configparser.y \ context.c dname.c dns.c dns64.c dnstree.c fptr_wlist.c infra.c \ |
