diff options
Diffstat (limited to 'usr.bin/ssh/sshd/Makefile')
-rw-r--r-- | usr.bin/ssh/sshd/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/ssh/sshd/Makefile b/usr.bin/ssh/sshd/Makefile index d24bd810c8f..15d6eec2554 100644 --- a/usr.bin/ssh/sshd/Makefile +++ b/usr.bin/ssh/sshd/Makefile @@ -7,11 +7,7 @@ BINDIR= /usr/sbin 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 buffer.c packet.c \ - xmalloc.c ttymodes.c channels.c bufaux.c authfd.c authfile.c \ - crc32.c match.c mpaux.c cipher.c compress.c deattack.c \ - nchan.c compat.c + pty.c log-server.c login.c servconf.c serverloop.c .include <bsd.own.mk> # for KERBEROS and AFS @@ -21,7 +17,6 @@ SRCS+= auth-krb4.c LDADD+= -lkrb DPADD+= ${LIBKRB} .if (${AFS} == "yes") -SRCS+= radix.c CFLAGS+= -DAFS LDADD+= -lkafs DPADD+= ${LIBKRBAFS} |