14 lines
362 B
Makefile
14 lines
362 B
Makefile
# $NetBSD: Makefile.inc,v 1.9 2023/06/03 09:09:09 lukem Exp $
|
|
|
|
# net sources
|
|
.PATH: ${.CURDIR}/resolv
|
|
CPPFLAGS+=-DCOMPAT__RES -DUSE_POLL
|
|
|
|
SRCS+= 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
|
|
|
|
COPTS.res_query.c+= ${CC_WNO_STRINGOP_OVERFLOW}
|