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

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/resolv/Makefile.inc between version 1.4 and 1.4.42.1

version 1.4, 2007/01/28 02:14:05 version 1.4.42.1, 2014/08/20 00:02:15
Line 4 
Line 4 
 .PATH: ${.CURDIR}/resolv  .PATH: ${.CURDIR}/resolv
 CPPFLAGS+=-DCOMPAT__RES -DUSE_POLL  CPPFLAGS+=-DCOMPAT__RES -DUSE_POLL
   
 SRCS+=  __dn_comp.c __res_close.c __res_send.c h_errno.c \  SRCS+=  h_errno.c herror.c res_comp.c res_data.c res_debug.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_init.c res_mkquery.c res_query.c res_send.c \
         res_state.c mtctxres.c          res_state.c mtctxres.c
 # For COMPAT__RES  # For COMPAT__RES

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.4.42.1

CVSweb <webmaster@jp.NetBSD.org>