summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-03-05 00:43:46 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-03-05 00:43:46 +0000
commitf72eb489bc2ff7cb5f00cc28c05de2c9456390f3 (patch)
tree0bbcc6954dd2c8ecba2f9263c7893b44fa3ea2bc /usr.bin
parenta864cfa68571c653a62f8eba69fac3fc75e164d4 (diff)
and a -ldes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/telnet/Makefile6
1 files changed, 3 insertions, 3 deletions
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