diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-29 00:09:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-29 00:09:51 +0000 |
commit | 850f6b3786d2257a98d73cd44a65cc78a3fba011 (patch) | |
tree | 39a539a30bd267ad6b29bcd621eb6986df9caabf /usr.bin/ssh/sshd | |
parent | 45ec4fa237f1583777e1b868836f835470b9e2c9 (diff) |
krb4 support; evanc@concer.to
Diffstat (limited to 'usr.bin/ssh/sshd')
-rw-r--r-- | usr.bin/ssh/sshd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/sshd/Makefile b/usr.bin/ssh/sshd/Makefile index 7c2655475d3..eb71016ca9b 100644 --- a/usr.bin/ssh/sshd/Makefile +++ b/usr.bin/ssh/sshd/Makefile @@ -4,12 +4,12 @@ PROG= sshd BINOWN= root BINMODE=555 BINDIR= /usr/sbin -LDADD= -lkrb -lcrypto -ldes -lutil -lz +LDADD= -lkrb -lcrypto -ldes -lutil -lz -lkrb MAN= sshd.8 -SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c pty.c \ - log-server.c login.c hostfile.c canohost.c servconf.c tildexpand.c \ - uidswap.c serverloop.c rsa.c \ +SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \ + auth-krb4.c pty.c log-server.c login.c hostfile.c canohost.c \ + servconf.c tildexpand.c uidswap.c serverloop.c rsa.c \ ssh_md5.c buffer.c packet.c xmalloc.c ttymodes.c channels.c bufaux.c \ authfd.c authfile.c crc32.c match.c mpaux.c minfd.c cipher.c \ compress.c |