[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / crypto / external / bsd / netpgp / lib / verify

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

Diff for /src/crypto/external/bsd/netpgp/lib/verify/Makefile between version 1.5.6.2 and 1.5.6.3

version 1.5.6.2, 2013/02/25 00:24:06 version 1.5.6.3, 2014/08/19 23:45:24
Line 16  EXTDIST=${.CURDIR}/../../dist
Line 16  EXTDIST=${.CURDIR}/../../dist
 INCS=verify.h  INCS=verify.h
 INCSDIR=/usr/include/netpgp  INCSDIR=/usr/include/netpgp
   
   LIBDPLIBS+=     z               ${NETBSDSRCDIR}/lib/libz
   LIBDPLIBS+=     bz2             ${NETBSDSRCDIR}/lib/libbz2
   
 .include <bsd.lib.mk>  .include <bsd.lib.mk>
   
 .if ${HAVE_GCC:U} == "45" && ${MACHINE_CPU} == "ia64"  .if ${HAVE_GCC:U} == "45" && ${MACHINE_CPU} == "ia64"

Legend:
Removed from v.1.5.6.2  
changed lines
  Added in v.1.5.6.3

CVSweb <webmaster@jp.NetBSD.org>