Makefile.inc revision 1.4
11.4Schristos# $NetBSD: Makefile.inc,v 1.4 2007/01/28 02:14:05 christos Exp $ 21.1Schristos 31.1Schristos# net sources 41.1Schristos.PATH: ${.CURDIR}/resolv 51.3SchristosCPPFLAGS+=-DCOMPAT__RES -DUSE_POLL 61.1Schristos 71.1SchristosSRCS+= __dn_comp.c __res_close.c __res_send.c h_errno.c \ 81.1Schristos herror.c res_comp.c res_data.c res_debug.c \ 91.1Schristos res_init.c res_mkquery.c res_query.c res_send.c \ 101.4Schristos res_state.c mtctxres.c 111.2Schristos# For COMPAT__RES 121.2SchristosSRCS+= res_compat.c 13