11.9Slukem# $NetBSD: Makefile.inc,v 1.9 2023/06/03 09:09:09 lukem Exp $ 21.1Schristos 31.1Schristos# net sources 41.1Schristos.PATH: ${.CURDIR}/resolv 51.3SchristosCPPFLAGS+=-DCOMPAT__RES -DUSE_POLL 61.1Schristos 71.5SchristosSRCS+= h_errno.c herror.c res_comp.c res_data.c res_debug.c \ 81.1Schristos res_init.c res_mkquery.c res_query.c res_send.c \ 91.4Schristos res_state.c mtctxres.c 101.2Schristos# For COMPAT__RES 111.2SchristosSRCS+= res_compat.c 121.6Schristos 131.9SlukemCOPTS.res_query.c+= ${CC_WNO_STRINGOP_OVERFLOW} 14