summaryrefslogtreecommitdiff
path: root/lib/libresolv/Makefile
blob: 5cc4f1a286b2ad02dee275f2fdc39f73f2163397 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#	$NetBSD: Makefile,v 1.12 2012/11/15 18:48:48 christos Exp $
#	from: @(#)Makefile	5.1 (Berkeley) 6/5/90

.include <bsd.own.mk>

LIBC=	${NETBSDSRCDIR}/lib/libc

LIB=resolv
CPPFLAGS+=-I${LIBC}/include -I${LIBC}/resolv -D_LIBRESOLV

.if (${USE_INET6} != "no")
CPPFLAGS+=-DINET6
.endif

.PATH: ${LIBC}/net ${LIBC}/resolv ${LIBC}/nameser

SRCS+= res_update.c res_findzonecut.c res_mkupdate.c
SRCS+= res_sendsigned.c 
SRCS+= ns_date.c ns_samedomain.c ns_sign.c ns_verify.c
SRCS+= dst_api.c support.c hmac_link.c

# LIBC
# CPPFLAGS+=-D_LIBC -DCOMPAT__RES -DUSE_POLL -DLIBC_SCCS
# SRCS+= res_comp.c res_send.c res_data.c res_debug.c res_mkquery.c
# SRCS+= res_query.c res_mkupdate.c res_init.c res_state.c 
# SRCS+= ns_netint.c ns_name.c ns_print.c ns_parse.c ns_ttl.c ns_samedomain.c

.include <bsd.lib.mk>
span title='2012-10-27 17:17:22 +0000'>2012-10-27split device_t/softc for all remaining drivers.chs 2011-08-30Add getlabelusesmbr(), as proposed inbouyer 2011-07-28more PCI_MAGIC_IO_RANGE fixesmacallan 2011-07-17Switch more PowerPC ports having PCI support to new-style <sys/bus.h>.dyoung 2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg 2011-07-01Per discussion atdyoung 2011-06-30dependant -> dependentwiz 2011-06-30Modify mapiodev to take a third argument indicating whether the spacematt 2011-06-22Add support pci_intr_setattr.matt 2011-06-20Don't export USER_SR if _MODULE is defined.matt 2011-06-20Don't expose port-specific if _MODULE is defined.matt 2011-06-20Cleanup powerpc param.h. If compiling a MODULE, ignore port-specific stuff.matt 2011-06-18struct device * -> device_tmatt 2011-06-17intr.h must not include cpu due to deadly embrace with SOFTINT_COUNT.matt 2011-06-05Remove <machine/atomic.h>; use <sys/atomic.h> instead.matt 2011-04-26Remove Darwin, MACH and Mach-O support.joerg 2011-04-04Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9),dyoung 2010-12-13Change definition of pc_bus_maxdevs to get a void * instead a pci_chipset_tag_tmatt 2010-11-13sys/device.h is not suitable for such low-level definitions.uebayasi 2010-07-12Support xserver for prep.kiyohara 2010-04-24Support 64-bit imask for powerpc/pic.kiyohara 2010-03-02Add missing <powerpc/FOO/spr.h> to a few files missed on the first pass.matt 2009-11-23If cpu_disklabel includes struct dkbad, define __HAVE_DISKLABEL_DKBAD.pooka 2009-08-19isa_detach_hook() needs two arguments, the first an isa_chipset_tag_t.dyoung 2009-08-19Define isa_detach_hook().dyoung 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2008-03-29One more missed file on migration of struct device sc_dev -> device_t sc_dev.tsutsui