View | Details | Raw Unified | Return to bug 211507
Collapse All | Expand All

(-)b/usr.sbin/unbound/Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
SUBDIR=	daemon anchor checkconf control
3
SUBDIR=	daemon anchor checkconf control host
4
SUBDIR+= local-setup
4
SUBDIR+= local-setup
5
SUBDIR_PARALLEL=
5
SUBDIR_PARALLEL=
6
6
(-)b/usr.sbin/unbound/host/Makefile (+15 lines)
Added Link Here
1
# $FreeBSD$
2
3
# Vendor sources and generated files
4
LDNSDIR= ${.CURDIR}/../../../contrib/ldns
5
UNBOUNDDIR= ${.CURDIR}/../../../contrib/unbound
6
7
.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/smallapp ${UNBOUNDDIR}/doc
8
9
PROG=	unbound-host
10
SRCS=	unbound-host.c
11
CFLAGS+=	-I${UNBOUNDDIR} -I${LDNSDIR}
12
LIBADD=	unbound crypto ssl pthread
13
MAN=	unbound-host.1
14
15
.include <bsd.prog.mk>

Return to bug 211507