summaryrefslogtreecommitdiffstats
path: root/secure/usr.sbin
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-09-10 09:43:29 +0000
committerkris <kris@FreeBSD.org>2000-09-10 09:43:29 +0000
commitf9e92409b4773286f42f3c5f194d6a68853a3c78 (patch)
tree5ac12d4608ccc2e4c438378a55ec784d401d02c4 /secure/usr.sbin
parent24372e6c107e496b6909e6a488fe2303cef77299 (diff)
downloadFreeBSD-src-f9e92409b4773286f42f3c5f194d6a68853a3c78.zip
FreeBSD-src-f9e92409b4773286f42f3c5f194d6a68853a3c78.tar.gz
Update for OpenSSH 2.2.0
Diffstat (limited to 'secure/usr.sbin')
-rw-r--r--secure/usr.sbin/sshd/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile
index d3d0bb3..74b9ee5 100644
--- a/secure/usr.sbin/sshd/Makefile
+++ b/secure/usr.sbin/sshd/Makefile
@@ -11,9 +11,9 @@ 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 session.c login_access.c
+ auth.c auth1.c auth2.c auth-options.c session.c login_access.c
-CFLAGS+= -DLIBWRAP -DLOGIN_ACCESS -DLOGIN_CAP -I${LOGINSRC}
+CFLAGS+= -DLIBWRAP -DHAVE_LOGIN_CAP -DLOGIN_ACCESS -I${LOGINSRC}
.include <bsd.own.mk>
@@ -43,5 +43,9 @@ DPADD+= ${LIBOPIE} ${LIBMD}
.include <bsd.prog.mk>
+.if defined(X11BASE)
+CFLAGS+= -DXAUTH_PATH=\"${X11BASE}/bin/xauth\"
+.endif
+
LDADD+= -L${.OBJDIR}/../../lib/libssh -lssh -lcrypt -lcrypto -lutil -lz -lwrap
DPADD+= ${LIBCRYPT} ${LIBCRYPTO} ${LIBUTIL} ${LIBZ} ${LIBWRAP}
OpenPOWER on IntegriCloud