=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/telnet/Makefile,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/telnet/Makefile 2001/09/10 22:44:47 1.15 --- src/usr.bin/telnet/Makefile 2002/03/05 00:43:45 1.16 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.15 2001/09/10 22:44:47 jason Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.16 2002/03/05 00:43:45 deraadt Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. *************** *** 48,60 **** .if (${KERBEROS5:L} == "yes") CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB5 ! LDADD+= -lkrb5 -lasn1 -lcrypto -lcom_err -lkafs DPADD+= ${LIBKRB5} .endif .if (${KERBEROS:L} == "yes") CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB4 ! LDADD+= -lkrb -lcrypto DPADD+= ${LIBDES} ${LIBKRB} .endif --- 48,60 ---- .if (${KERBEROS5:L} == "yes") CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB5 ! LDADD+= -lkrb5 -lasn1 -lcrypto -lcom_err -lkafs -ldes DPADD+= ${LIBKRB5} .endif .if (${KERBEROS:L} == "yes") CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB4 ! LDADD+= -lkrb -lcrypto -ldes DPADD+= ${LIBDES} ${LIBKRB} .endif