Deleted Added
sdiff udiff text old ( 124250 ) new ( 126282 )
full compact
1# $FreeBSD: head/secure/lib/libssh/Makefile 124250 2004-01-08 11:41:02Z ru $
2
3LIB= ssh
4SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \
5 cipher.c cipher-aes.c cipher-bf1.c cipher-ctr.c cipher-3des1.c \
6 compat.c compress.c crc32.c deattack.c fatal.c \
7 hostfile.c log.c match.c moduli.c mpaux.c nchan.c packet.c \
8 readpass.c rsa.c tildexpand.c ttymodes.c xmalloc.c atomicio.c \
9 key.c dispatch.c kex.c mac.c uuencode.c misc.c \
10 rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c \
11 kexdhc.c kexgexc.c scard.c msg.c progressmeter.c dns.c \
12 entropy.c scard-opensc.c gss-genr.c
13# Portability layer
14SRCS+= bsd-misc.c vis.c xcrypt.c xmmap.c
15# FreeBSD additions
16SRCS+= version.c
17
18.if defined(COMPAT_GETADDRINFO)
19SRCS+= getaddrinfo.c getnameinfo.c name6.c rcmd.c bindresvport.c
20.endif
21
22CFLAGS+= -I${SSHDIR}

--- 17 unchanged lines hidden ---