From 957dc12deca7e53ca773e94b9f2f2976d7aae63a Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 11 Jun 2000 05:30:52 +0000 Subject: [PATCH] Link explicitly against -lmd. I'm not sure what was pulling this in on -current, but it doesnt do it on -stable. --- secure/usr.sbin/sshd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile index f71c41e8111e..17357d5a9102 100644 --- a/secure/usr.sbin/sshd/Makefile +++ b/secure/usr.sbin/sshd/Makefile @@ -38,8 +38,8 @@ DPADD+= ${LIBKRB5} ${LIBCOM_ERR} ${LIBASN1} ${LIBMD} .endif # MAKE_KERBEROS5 CFLAGS+= -DSKEY -LDADD+= -lopie -DPADD+= ${LIBOPIE} +LDADD+= -lopie -lmd +DPADD+= ${LIBOPIE} ${LIBMD} .include