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

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

Diff for /src/lib/libtelnet/Makefile between version 1.33.2.1 and 1.33.2.2

version 1.33.2.1, 2012/04/17 00:05:33 version 1.33.2.2, 2012/10/30 18:59:18
Line 31  SRCS+= sra.c pk.c
Line 31  SRCS+= sra.c pk.c
 CPPFLAGS+= -DSRA  CPPFLAGS+= -DSRA
 .endif  .endif
   
 .if defined(HAVE_GCC) || defined(HAVE_PCC)  
 .for f in auth enc_des kerberos5 pk  .for f in auth enc_des kerberos5 pk
 COPTS.${f}.c+=  -Wno-pointer-sign  COPTS.${f}.c+=  -Wno-pointer-sign
 .endfor  .endfor
 .endif  
   
 .include <bsd.lib.mk>  .include <bsd.lib.mk>

Legend:
Removed from v.1.33.2.1  
changed lines
  Added in v.1.33.2.2

CVSweb <webmaster@jp.NetBSD.org>