summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/login/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile
index 820ca6e481ed..970e591f92fd 100644
--- a/usr.bin/login/Makefile
+++ b/usr.bin/login/Makefile
@@ -21,8 +21,3 @@ 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