summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2002-03-05 00:43:45 +0000
committerderaadt <deraadt@openbsd.org>2002-03-05 00:43:45 +0000
commit24591d146c89bd4669806b15c96030b5e396516f (patch)
tree96300ab25901dbbaa87a0867643bcdd77f17738d
parentand a -ldes here and a -ldes there.. (i only commit after I test each) (diff)
downloadwireguard-openbsd-24591d146c89bd4669806b15c96030b5e396516f.tar.xz
wireguard-openbsd-24591d146c89bd4669806b15c96030b5e396516f.zip
and a -ldes
-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