=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/telnet/Makefile,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- src/usr.bin/telnet/Makefile 2003/07/15 19:02:20 1.21 +++ src/usr.bin/telnet/Makefile 2003/07/16 19:10:14 1.22 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2003/07/15 19:02:20 deraadt Exp $ +# $OpenBSD: Makefile,v 1.22 2003/07/16 19:10:14 deraadt Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. @@ -48,8 +48,8 @@ .if (${KERBEROS5:L} == "yes") CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB5 -DDES_ENCRYPTION -LDADD+= -lkrb5 -lasn1 -lcrypto -ldes DPADD+= ${LIBKRB5} ${LIBASN1} ${LIBCRYPTO} ${LIBDES} +LDADD+= -lkrb5 -lasn1 -lcrypto -ldes SRCS+= kerberos5.c enc_des.c .endif