usb4bsd: Bring in FreeBSD's libusbhid, usbhidctl and USB kernel code.
[dragonfly.git] / lib / libldns / Makefile
1 # $FreeBSD: src/lib/libexpat/Makefile,v 1.9 2010/01/02 09:58:07 ed Exp $
2
3 LDNS=           ${.CURDIR}/../../contrib/ldns
4
5 LIB=            ldns
6 SHLIB_MAJOR=    1
7 #SRCS=          xmlparse.c xmlrole.c xmltok.c
8
9 SRCS  =         rdata.c util.c rr.c packet.c wire2host.c \
10                 host2str.c buffer.c str2host.c tsig.c resolver.c \
11                 net.c host2wire.c dname.c dnssec.c dnssec_verify.c \
12                 keys.c higher.c rr_functions.c parse.c update.c \
13                 error.c zone.c dnssec_zone.c dnssec_sign.c rbtree.c \
14                 sha1.c sha2.c
15
16 SRCS+=          b32_ntop.c b32_pton.c b64_ntop.c b64_pton.c
17
18 #INCS=          bsdxml.h bsdxml_external.h
19 #MAN=           libbsdxml.3
20
21 .PATH:          ${LDNS} ${LDNS}/compat
22
23 CFLAGS+=        -I${.CURDIR} -I${LDNS}
24 CFLAGS+=        -Wno-unused-but-set-variable
25 #CLEANFILES=    bsdxml.h bsdxml_external.h
26
27 WARNS?=         2
28
29 .include <bsd.lib.mk>