summaryrefslogtreecommitdiffstats
path: root/secure/usr.sbin
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-02-26 11:26:46 +0000
committerdes <des@FreeBSD.org>2004-02-26 11:26:46 +0000
commitac19f1d43ea986aa252942a5c9d27a8ebab70ae7 (patch)
tree3a710fcd34651b583f191ca46e9c2d03300eafbc /secure/usr.sbin
parentc05d4b9b43a966243d093e17bb58a5f04e3620d2 (diff)
downloadFreeBSD-src-ac19f1d43ea986aa252942a5c9d27a8ebab70ae7.zip
FreeBSD-src-ac19f1d43ea986aa252942a5c9d27a8ebab70ae7.tar.gz
Update for 3.8p1, including workaround for a bug in gss-genr.c.
Diffstat (limited to 'secure/usr.sbin')
-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 b4ef025..fcfd989 100644
--- a/secure/usr.sbin/sshd/Makefile
+++ b/secure/usr.sbin/sshd/Makefile
@@ -12,7 +12,8 @@ SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \
kexdhs.c kexgexs.c \
auth-krb5.c \
auth2-gss.c gss-serv.c gss-serv-krb5.c \
- loginrec.c auth-pam.c auth-sia.c md5crypt.c
+ loginrec.c auth-pam.c auth-shadow.c auth-sia.c md5crypt.c \
+ gss-genr.c
MAN= sshd.8 sshd_config.5
CFLAGS+=-I${SSHDIR}
OpenPOWER on IntegriCloud