Makefile.inc revision 1.6
11.6Schristos# $NetBSD: Makefile.inc,v 1.6 2019/10/09 23:39:20 christos 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.6Schristos.if ${ACTIVE_CC} == "gcc" 141.6SchristosCOPTS.res_query.c += -Wno-error=stringop-overflow 151.6Schristos.endif 16