summaryrefslogtreecommitdiffstats
path: root/secure/usr.sbin
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-06-23 16:09:29 +0000
committerdes <des@FreeBSD.org>2002-06-23 16:09:29 +0000
commit8577d3fa572c66eefc1fa1cf4492e8230fa0b937 (patch)
tree67e1be073601faab2fd6a60ec54ca7c7b3508dab /secure/usr.sbin
parentfa8aa6dfe7e9aaab9f8fa1e3290e7242fc12d83d (diff)
downloadFreeBSD-src-8577d3fa572c66eefc1fa1cf4492e8230fa0b937.zip
FreeBSD-src-8577d3fa572c66eefc1fa1cf4492e8230fa0b937.tar.gz
Update Makefiles for OpenSSH 3.3.
Diffstat (limited to 'secure/usr.sbin')
-rw-r--r--secure/usr.sbin/sshd/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile
index 66635c4..b94785d 100644
--- a/secure/usr.sbin/sshd/Makefile
+++ b/secure/usr.sbin/sshd/Makefile
@@ -3,10 +3,13 @@
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 \
+ sshpty.c sshlogin.c servconf.c serverloop.c uidswap.c \
auth.c auth1.c auth2.c auth-options.c session.c \
- auth-chall.c auth2-chall.c auth-skey.c auth-pam.c auth2-pam.c \
- groupaccess.c
+ auth-chall.c auth2-chall.c groupaccess.c \
+ auth-skey.c auth-bsdauth.c monitor_mm.c monitor.c \
+ auth2-none.c auth2-passwd.c auth2-pubkey.c \
+ auth2-hostbased.c auth2-kbdint.c \
+ auth-pam.c auth2-pam.c
MAN= sshd.8
CFLAGS+= -DLIBWRAP -DHAVE_LOGIN_CAP -DUSE_PAM -DHAVE_PAM_GETENVLIST
OpenPOWER on IntegriCloud