diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-06-11 05:32:11 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-06-11 05:32:11 +0000 |
| commit | 85fa4790839b1e56bc113fed1c0cfde8268ebfdf (patch) | |
| tree | d8642185da563b799d4fef029eff8caae4831cb8 /secure | |
| parent | 8a0439de629921d797f78f94cfa299f92469f0e0 (diff) | |
Notes
Diffstat (limited to 'secure')
| -rw-r--r-- | secure/usr.sbin/sshd/Makefile | 4 |
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> |
