summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-06-11 05:30:52 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-06-11 05:30:52 +0000
commit957dc12deca7e53ca773e94b9f2f2976d7aae63a (patch)
tree8b856e2686edea3173a1c42c785cf06803bef3e2
parent9c41fc0919bd1cf3ed85a26d0f5360ec3e487464 (diff)
Notes
-rw-r--r--secure/usr.sbin/sshd/Makefile4
1 files 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 <bsd.prog.mk>