[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / telnet

Diff for /src/usr.bin/telnet/Makefile between version 1.29 and 1.30

version 1.29, 2014/04/15 20:55:42 version 1.30, 2014/04/22 10:21:56
Line 41 
Line 41 
         terminal.c tn3270.c utilities.c auth.c encrypt.c genget.c getent.c \          terminal.c tn3270.c utilities.c auth.c encrypt.c genget.c getent.c \
         misc.c          misc.c
   
 .include <bsd.own.mk> # for KERBEROS  
   
 .if (${KERBEROS5:L} == "yes")  
 CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB5 -DDES_ENCRYPTION  
 DPADD+= ${LIBKRB5} ${LIBASN1} ${LIBCRYPTO}  
 LDADD+= -lkrb5 -lasn1 -lcrypto  
 LDADD+= -lwind -lroken -lcom_err -lheimbase  
 SRCS+= kerberos5.c enc_des.c  
 .endif  
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30