From f75907434ee6e3989a7e75acbe19c7c7b901a422 Mon Sep 17 00:00:00 2001 From: des Date: Mon, 18 Mar 2002 16:17:57 +0000 Subject: Don't forget auth-skey.c. --- secure/usr.sbin/sshd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'secure') diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile index 7d161b1..9bec905 100644 --- a/secure/usr.sbin/sshd/Makefile +++ b/secure/usr.sbin/sshd/Makefile @@ -7,7 +7,8 @@ PROG= sshd SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \ sshpty.c sshlogin.c servconf.c serverloop.c \ auth.c auth1.c auth2.c auth-options.c session.c \ - auth-chall.c auth2-chall.c auth-pam.c login_access.c groupaccess.c + auth-chall.c auth2-chall.c auth-skey.c auth-pam.c login_access.c \ + groupaccess.c MAN= sshd.8 CFLAGS+= -DLIBWRAP -DHAVE_LOGIN_CAP -DLOGIN_ACCESS -I${LOGINSRC} -DUSE_PAM -DHAVE_PAM_GETENVLIST -- cgit v1.1