NetBSD/lib/libc/resolv/Makefile.inc

12 lines
316 B
PHP
Raw Normal View History

# $NetBSD: Makefile.inc,v 1.5 2014/01/16 20:31:43 christos Exp $
2004-05-20 22:00:55 +04:00
# net sources
.PATH: ${.CURDIR}/resolv
CPPFLAGS+=-DCOMPAT__RES -DUSE_POLL
2004-05-20 22:00:55 +04:00
SRCS+= h_errno.c herror.c res_comp.c res_data.c res_debug.c \
2004-05-20 22:00:55 +04:00
res_init.c res_mkquery.c res_query.c res_send.c \
2007-01-28 05:14:05 +03:00
res_state.c mtctxres.c
# For COMPAT__RES
SRCS+= res_compat.c