[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.11 and 1.12

version 1.11, 2001/05/25 10:24:25 version 1.12, 2001/06/22 16:14:57
Line 54 
Line 54 
   
 .if (${KERBEROS5:L} == "yes")  .if (${KERBEROS5:L} == "yes")
 CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB5  CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB5
 LDADD+= -lkrb5  LDADD+= -lkrb5 -lasn1 -lcrypto
 DPADD+= ${LIBKRB5}  DPADD+= ${LIBKRB5}
 .endif  .endif
   

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12