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

--- 17 unchanged lines hidden ---