Makefile.inc revision 1.2
11.2Schristos# $NetBSD: Makefile.inc,v 1.2 2004/06/09 18:07:03 christos Exp $ 21.1Schristos 31.1Schristos# net sources 41.1Schristos.PATH: ${.CURDIR}/resolv 51.2SchristosCPPFLAGS+=-DCOMPAT__RES 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.1Schristos res_state.c 111.2Schristos# For COMPAT__RES 121.2SchristosSRCS+= res_compat.c 13