summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/sshd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/sshd/Makefile')
-rw-r--r--crypto/openssh/sshd/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/crypto/openssh/sshd/Makefile b/crypto/openssh/sshd/Makefile
index 0a9fba8..5ccce8d 100644
--- a/crypto/openssh/sshd/Makefile
+++ b/crypto/openssh/sshd/Makefile
@@ -1,3 +1,5 @@
+# $OpenBSD: Makefile,v 1.38 2001/03/29 21:17:40 markus Exp $
+
.PATH: ${.CURDIR}/..
PROG= sshd
@@ -8,8 +10,9 @@ MAN= sshd.8
CFLAGS+=-DHAVE_LOGIN_CAP
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 auth-options.c session.c dh.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 groupaccess.c
.include <bsd.own.mk> # for KERBEROS and AFS
@@ -25,10 +28,6 @@ LDADD+= -lkrb
DPADD+= ${LIBKRB}
.endif # KERBEROS
-.if (${SKEY:L} == "yes")
-SRCS+= auth-skey.c auth2-skey.c
-.endif
-
.include <bsd.prog.mk>
LDADD+= -lcrypto -lutil -lz
OpenPOWER on IntegriCloud