From f72eb489bc2ff7cb5f00cc28c05de2c9456390f3 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 5 Mar 2002 00:43:46 +0000 Subject: and a -ldes --- usr.bin/telnet/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile index 1a24385d94a..eaf6570f73e 100644 --- a/usr.bin/telnet/Makefile +++ b/usr.bin/telnet/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2001/09/10 22:44:47 jason Exp $ +# $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,13 +48,13 @@ SRCS= authenc.c commands.c main.c network.c ring.c sys_bsd.c telnet.c \ .if (${KERBEROS5:L} == "yes") CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB5 -LDADD+= -lkrb5 -lasn1 -lcrypto -lcom_err -lkafs +LDADD+= -lkrb5 -lasn1 -lcrypto -lcom_err -lkafs -ldes DPADD+= ${LIBKRB5} .endif .if (${KERBEROS:L} == "yes") CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB4 -LDADD+= -lkrb -lcrypto +LDADD+= -lkrb -lcrypto -ldes DPADD+= ${LIBDES} ${LIBKRB} .endif -- cgit v1.2.3