[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / resolv

Annotation of src/lib/libc/resolv/Makefile.inc, Revision 1.5

1.5     ! christos    1: #      $NetBSD: Makefile.inc,v 1.4 2007/01/28 02:14:05 christos Exp $
1.1       christos    2:
                      3: # net sources
                      4: .PATH: ${.CURDIR}/resolv
1.3       christos    5: CPPFLAGS+=-DCOMPAT__RES -DUSE_POLL
1.1       christos    6:
1.5     ! christos    7: SRCS+= h_errno.c herror.c res_comp.c res_data.c res_debug.c \
1.1       christos    8:        res_init.c res_mkquery.c res_query.c res_send.c \
1.4       christos    9:        res_state.c mtctxres.c
1.2       christos   10: # For COMPAT__RES
                     11: SRCS+= res_compat.c

CVSweb <webmaster@jp.NetBSD.org>