From aa77fdaa473a4ef8ca04f5e79bb7f1dd843164b3 Mon Sep 17 00:00:00 2001 From: John Hay Date: Fri, 3 Mar 2000 20:34:05 +0000 Subject: MFI: Make ssh and sshd link in the krb5 part of make release. Reviewed by: markm --- secure/usr.bin/ssh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'secure/usr.bin/ssh') diff --git a/secure/usr.bin/ssh/Makefile b/secure/usr.bin/ssh/Makefile index faef668249e0..710d4fbfed36 100644 --- a/secure/usr.bin/ssh/Makefile +++ b/secure/usr.bin/ssh/Makefile @@ -29,8 +29,8 @@ DPADD+= ${LIBKRB} ${LIBCOM_ERR} ((${MAKE_KERBEROS5} == "yes") || (${MAKE_KERBEROS5} == "YES")) DISTRIBUTION=krb5 CFLAGS+= -DKRB5 -LDADD+= -lkrb5 -lkafs -lasn1 -lcom_err -lmd -L${.OBJDIR}/../../../kerberos5/lib/libroken -lroken -DPADD+= ${LIBKRB5} ${LIBCOM_ERR} ${LIBKAFS} ${LIBASN1} ${LIBMD} +LDADD+= -lkrb5 -lasn1 -lcom_err -lmd -L${.OBJDIR}/../../../kerberos5/lib/libroken -lroken -lcrypt +DPADD+= ${LIBKRB5} ${LIBCOM_ERR} ${LIBASN1} ${LIBMD} ${LIBCRYPT} .endif # MAKE_KERBEROS5 .include -- cgit v1.2.3