summaryrefslogtreecommitdiffstats
path: root/secure/usr.sbin/sshd
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-09-02 07:32:05 +0000
committerkris <kris@FreeBSD.org>2000-09-02 07:32:05 +0000
commit868b20c6a8272259ebea281d9e2a02ef98c2bee4 (patch)
treebf3d3111d349940488b2da6619a02cc9afcd33eb /secure/usr.sbin/sshd
parent458b9e5882d4136a11790a1efbacf16115588910 (diff)
downloadFreeBSD-src-868b20c6a8272259ebea281d9e2a02ef98c2bee4.zip
FreeBSD-src-868b20c6a8272259ebea281d9e2a02ef98c2bee4.tar.gz
Err, we weren't even compiling auth1.c with LOGIN_CAP at all. Guess nobody
was using this feature.
Diffstat (limited to 'secure/usr.sbin/sshd')
-rw-r--r--secure/usr.sbin/sshd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile
index 17357d5..d3d0bb3 100644
--- a/secure/usr.sbin/sshd/Makefile
+++ b/secure/usr.sbin/sshd/Makefile
@@ -13,7 +13,7 @@ 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
-CFLAGS+= -DLIBWRAP -DLOGIN_ACCESS -I${LOGINSRC}
+CFLAGS+= -DLIBWRAP -DLOGIN_ACCESS -DLOGIN_CAP -I${LOGINSRC}
.include <bsd.own.mk>
OpenPOWER on IntegriCloud