[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / bsd / nsd

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

Diff for /src/external/bsd/nsd/Makefile.inc between version 1.4 and 1.4.2.1

version 1.4, 2018/02/09 17:13:27 version 1.4.2.1, 2018/10/20 06:58:21
Line 15  CPPFLAGS+=      -DINET6
Line 15  CPPFLAGS+=      -DINET6
 .endif  .endif
   
 .if ${HAVE_OPENSSL} < 11  .if ${HAVE_OPENSSL} < 11
 CPPFLAGS+=      -DOPENSSL_API_COMPAT 0x10100000L  CPPFLAGS+=      -DOPENSSL_API_COMPAT=0x10100000L
 .endif  .endif
   
 DPLIBS+= event ${NETBSDSRCDIR}/external/bsd/libevent/lib/libevent  DPLIBS+= event ${NETBSDSRCDIR}/external/bsd/libevent/lib/libevent

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

CVSweb <webmaster@jp.NetBSD.org>