summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-05-01 10:30:08 +0000
committerMark Murray <markm@FreeBSD.org>2001-05-01 10:30:08 +0000
commit31a651fa98a9d26c0081b0e14de7814446ae932e (patch)
tree91c84977e9d5334b0c82b99d8ac771a472e543d3
parent51bf9b8a5000ce0fb6faa5c3c8b75eb3792abac5 (diff)
Notes
-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