summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd/Makefile
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>1999-10-01 19:54:14 +0000
committerBob Beck <beck@cvs.openbsd.org>1999-10-01 19:54:14 +0000
commit536b428b3a0a1a80b14670557b0e2622316f24da (patch)
treeb4276d0a2d769a6c1cc763b824d2dc41c672b987 /usr.bin/ssh/sshd/Makefile
parent8e89d27b60f0810b3613781f951d9dbe7677936d (diff)
Remove kerberos libdes - it's all in libcrypto
Diffstat (limited to 'usr.bin/ssh/sshd/Makefile')
-rw-r--r--usr.bin/ssh/sshd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd/Makefile b/usr.bin/ssh/sshd/Makefile
index 842ca08db58..f8b3e88c4f7 100644
--- a/usr.bin/ssh/sshd/Makefile
+++ b/usr.bin/ssh/sshd/Makefile
@@ -31,5 +31,5 @@ minfd.h: gen_minfd
.include <bsd.prog.mk>
-LDADD+= -lcrypto -ldes -lutil -lz
-DPADD+= ${LIBCRYPTO} ${LIBDES} ${LIBUTIL} ${LIBZ}
+LDADD+= -lcrypto -lutil -lz
+DPADD+= ${LIBCRYPTO} ${LIBUTIL} ${LIBZ}