diff options
Diffstat (limited to 'secure')
-rw-r--r-- | secure/usr.sbin/sshd/Makefile | 2 |
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> |