From a9c9779257011f84316d4a221805590d9ec95a15 Mon Sep 17 00:00:00 2001 From: Hans Insulander Date: Sat, 23 Jun 2001 02:11:44 +0000 Subject: Update for heimdal-0.3f --- usr.bin/telnet/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile index ef962a1cfb0..8bcc42aea81 100644 --- a/usr.bin/telnet/Makefile +++ b/usr.bin/telnet/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2001/06/22 16:14:57 hin Exp $ +# $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. @@ -48,13 +48,13 @@ SRCS= authenc.c commands.c main.c network.c ring.c sys_bsd.c telnet.c \ .if (${KERBEROS:L} == "yes") CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB4 -LDADD+= -lkrb -ldes +LDADD+= -lkrb -lcrypto DPADD+= ${LIBDES} ${LIBKRB} .endif .if (${KERBEROS5:L} == "yes") CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB5 -LDADD+= -lkrb5 -lasn1 -lcrypto +LDADD+= -lkrb5 -lasn1 -lcrypto -lcom_err DPADD+= ${LIBKRB5} .endif -- cgit v1.2.3