mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-08 05:29:10 -04:00
12 lines
316 B
Makefile
12 lines
316 B
Makefile
# $NetBSD: Makefile.inc,v 1.5 2014/01/16 20:31:43 christos 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
|