aboutsummaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-03-18 16:17:57 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-03-18 16:17:57 +0000
commit3876d839e59546bc22377a6a21884d3f575489f0 (patch)
treed45b1dc082453145f03de70a53e10f68d7377e53 /secure
parent58c804ff25d4f663efd55d5b4cc58769aa691b02 (diff)
downloadsrc-3876d839e59546bc22377a6a21884d3f575489f0.tar.gz
src-3876d839e59546bc22377a6a21884d3f575489f0.zip
Don't forget auth-skey.c.
Notes
Notes: svn path=/head/; revision=92595
Diffstat (limited to 'secure')
-rw-r--r--secure/usr.sbin/sshd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile
index 7d161b11ff78..9bec9056e1fc 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