[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 and 1.34

version 1.33, 2011/06/20 07:43:58 version 1.34, 2012/01/09 15:25:33
Line 7  LIBISPRIVATE= yes
Line 7  LIBISPRIVATE= yes
   
 .include <bsd.own.mk>  .include <bsd.own.mk>
   
 WARNS?= 1  WARNS?= 4
   
 LIB=    telnet  LIB=    telnet
 SRCS=   auth.c encrypt.c genget.c getent.c misc.c  SRCS=   auth.c encrypt.c genget.c getent.c misc.c
Line 15  SRCS= auth.c encrypt.c genget.c getent.c
Line 15  SRCS= auth.c encrypt.c genget.c getent.c
 CPPFLAGS+= -DHAS_CGETENT  CPPFLAGS+= -DHAS_CGETENT
 CPPFLAGS+= -I${.CURDIR}  CPPFLAGS+= -I${.CURDIR}
   
 .if (${USE_KERBEROS} != "no")  .if ${MKCRYPTO} != "no"
 SRCS+=  enc_des.c  SRCS+=  enc_des.c
 CPPFLAGS+= -DENCRYPTION -DAUTHENTICATION  CPPFLAGS+= -DENCRYPTION -DAUTHENTICATION
 CPPFLAGS+= -DDES_ENCRYPTION  CPPFLAGS+= -DDES_ENCRYPTION
   .endif
   
   .if ${USE_KERBEROS} != "no"
 SRCS+=  kerberos5.c  SRCS+=  kerberos5.c
 CPPFLAGS+= -DKRB5  CPPFLAGS+= -DKRB5
 .endif  .endif

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

CVSweb <webmaster@jp.NetBSD.org>