=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/telnet/Makefile,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/telnet/Makefile 2001/06/23 02:11:43 1.13 --- src/usr.bin/telnet/Makefile 2001/07/19 10:43:15 1.14 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.13 2001/06/23 02:11:43 hin Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.14 2001/07/19 10:43:15 deraadt Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. *************** *** 54,60 **** .if (${KERBEROS5:L} == "yes") CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB5 ! LDADD+= -lkrb5 -lasn1 -lcrypto -lcom_err DPADD+= ${LIBKRB5} .endif --- 54,60 ---- .if (${KERBEROS5:L} == "yes") CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB5 ! LDADD+= -lkrb5 -lasn1 -lcrypto -lcom_err -lkafs DPADD+= ${LIBKRB5} .endif