minix/lib/nbsd_libc/resolv/Makefile.inc
2011-04-06 15:59:10 +00:00

17 lines
431 B
Makefile

# $NetBSD: Makefile.inc,v 1.4 2007/01/28 02:14:05 christos Exp $
# net sources
.PATH: ${.CURDIR}/resolv
.if defined(__MINIX)
CPPFLAGS+=-DCOMPAT__RES -DNEED_PSELECT
.else
CPPFLAGS+=-DCOMPAT__RES -DUSE_POLL
.endif
SRCS+= __dn_comp.c __res_close.c __res_send.c h_errno.c \
herror.c res_comp.c res_data.c res_debug.c \
res_init.c res_mkquery.c res_query.c res_send.c \
res_state.c mtctxres.c
# For COMPAT__RES
SRCS+= res_compat.c