[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.26 and 1.27

version 1.26, 2013/06/18 20:27:20 version 1.27, 2013/06/19 19:46:43
Line 46 
Line 46 
 .if (${KERBEROS5:L} == "yes")  .if (${KERBEROS5:L} == "yes")
 CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB5 -DDES_ENCRYPTION  CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB5 -DDES_ENCRYPTION
 DPADD+= ${LIBKRB5} ${LIBASN1} ${LIBCRYPTO}  DPADD+= ${LIBKRB5} ${LIBASN1} ${LIBCRYPTO}
 LDADD+= -lkrb5 -lhx509 -lasn1 -lcrypto  LDADD+= -lkrb5 -lasn1 -lcrypto
 LDADD+= -lwind -lroken -lcom_err -lpthread -lheimbase  LDADD+= -lwind -lroken -lcom_err -lheimbase
 SRCS+= kerberos5.c enc_des.c  SRCS+= kerberos5.c enc_des.c
 .endif  .endif
   

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27