summaryrefslogtreecommitdiffstats
path: root/secure/usr.sbin
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2000-12-05 03:01:33 +0000
committergreen <green@FreeBSD.org>2000-12-05 03:01:33 +0000
commit41efee08a3b756ca95bc321d6b4fb7995eaa2e36 (patch)
treec1ff3ce548b9c7651f75e19522373dd5d6cc64d7 /secure/usr.sbin
parentab6b35a1d6b61fa8d2bb7336a0ef6fa9378898ef (diff)
downloadFreeBSD-src-41efee08a3b756ca95bc321d6b4fb7995eaa2e36.zip
FreeBSD-src-41efee08a3b756ca95bc321d6b4fb7995eaa2e36.tar.gz
Update for OpenSSH 2.3.0.
Diffstat (limited to 'secure/usr.sbin')
-rw-r--r--secure/usr.sbin/sshd/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile
index 74b9ee5..55b8854 100644
--- a/secure/usr.sbin/sshd/Makefile
+++ b/secure/usr.sbin/sshd/Makefile
@@ -11,9 +11,10 @@ MAN8= sshd.8
SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \
pty.c log-server.c login.c servconf.c serverloop.c \
- auth.c auth1.c auth2.c auth-options.c session.c login_access.c
+ auth.c auth1.c auth2.c auth-options.c session.c login_access.c dh.c \
+ auth-pam.c
-CFLAGS+= -DLIBWRAP -DHAVE_LOGIN_CAP -DLOGIN_ACCESS -I${LOGINSRC}
+CFLAGS+= -DLIBWRAP -DHAVE_LOGIN_CAP -DLOGIN_ACCESS -I${LOGINSRC} -DUSE_PAM
.include <bsd.own.mk>
@@ -47,5 +48,6 @@ DPADD+= ${LIBOPIE} ${LIBMD}
CFLAGS+= -DXAUTH_PATH=\"${X11BASE}/bin/xauth\"
.endif
-LDADD+= -L${.OBJDIR}/../../lib/libssh -lssh -lcrypt -lcrypto -lutil -lz -lwrap
-DPADD+= ${LIBCRYPT} ${LIBCRYPTO} ${LIBUTIL} ${LIBZ} ${LIBWRAP}
+LDADD+= -L${.OBJDIR}/../../lib/libssh -lssh -lcrypt -lcrypto -lutil -lz -lwrap \
+ -lpam
+DPADD+= ${LIBCRYPT} ${LIBCRYPTO} ${LIBUTIL} ${LIBZ} ${LIBWRAP} ${LIBPAM}
OpenPOWER on IntegriCloud