aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.sbin
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-09-02 07:32:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-09-02 07:32:05 +0000
commit939c32909c85eaa48396b13f2f7c948e31c25b42 (patch)
tree2f843bff1793008fcc19b2657dceec72d79705d8 /secure/usr.sbin
parent80bbcbe344be7c44c89315cefec950feb36cbd88 (diff)
Notes
Diffstat (limited to 'secure/usr.sbin')
-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 17357d5a9102..d3d0bb31a02d 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>