From 868b20c6a8272259ebea281d9e2a02ef98c2bee4 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 2 Sep 2000 07:32:05 +0000 Subject: Err, we weren't even compiling auth1.c with LOGIN_CAP at all. Guess nobody was using this feature. --- secure/usr.sbin/sshd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'secure') 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 -- cgit v1.1