[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.10 and 1.11

version 1.10, 2000/10/10 15:41:09 version 1.11, 2001/05/25 10:24:25
Line 52 
Line 52 
 DPADD+= ${LIBDES} ${LIBKRB}  DPADD+= ${LIBDES} ${LIBKRB}
 .endif  .endif
   
   .if (${KERBEROS5:L} == "yes")
   CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB5
   LDADD+= -lkrb5
   DPADD+= ${LIBKRB5}
   .endif
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

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