aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-04-28 08:06:33 +0000
committerMark Murray <markm@FreeBSD.org>2001-04-28 08:06:33 +0000
commit289ef82e3c28db6bf03545d42b35a4108276fb67 (patch)
treeb774cfd30f8e9c4511881208d3a4ddc24e5a9641 /usr.bin
parent9c3f4f52082965adaa288348534cad5eeec55fe8 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/login/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile
index 970e591f92fde..820ca6e481ed2 100644
--- a/usr.bin/login/Makefile
+++ b/usr.bin/login/Makefile
@@ -21,3 +21,8 @@ INSTALLFLAGS=-fschg
NEED_LIBNAMES= yes
.include <bsd.prog.mk>
+
+.if defined(NOSHARED) && !defined(NOPAM)
+DPADD+= ${LIBCRYPTO}
+LDADD+= -L${.OBJDIR}/../../secure/lib/libssh/ -lssh -lcrypto
+.endif