=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/telnet/Makefile,v retrieving revision 1.23 retrieving revision 1.24 diff -c -r1.23 -r1.24 *** src/usr.bin/telnet/Makefile 2005/05/24 03:41:58 1.23 --- src/usr.bin/telnet/Makefile 2010/10/15 10:18:42 1.24 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.23 2005/05/24 03:41:58 deraadt Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.24 2010/10/15 10:18:42 jsg Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. *************** *** 45,52 **** .if (${KERBEROS5:L} == "yes") CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB5 -DDES_ENCRYPTION ! DPADD+= ${LIBKRB5} ${LIBASN1} ${LIBCRYPTO} ${LIBDES} ! LDADD+= -lkrb5 -lasn1 -lcrypto -ldes SRCS+= kerberos5.c enc_des.c .endif --- 45,52 ---- .if (${KERBEROS5:L} == "yes") CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB5 -DDES_ENCRYPTION ! DPADD+= ${LIBKRB5} ${LIBASN1} ${LIBCRYPTO} ! LDADD+= -lkrb5 -lasn1 -lcrypto SRCS+= kerberos5.c enc_des.c .endif