Merge branch 'vendor/TCSH'
[dragonfly.git] / secure / lib / libssh / Makefile
1 # $FreeBSD: src/secure/lib/libssh/Makefile,v 1.2.2.7 2003/02/03 17:31:12 des Exp $
2 # $DragonFly: src/secure/lib/libssh/Makefile,v 1.13 2008/09/28 17:18:02 pavalos Exp $
3
4 LIB=    ssh
5 SHLIB_MAJOR= 4
6 SRCS=   acss.c authfd.c authfile.c bufaux.c bufbn.c buffer.c \
7         canohost.c channels.c cipher.c cipher-acss.c cipher-aes.c \
8         cipher-bf1.c cipher-ctr.c cipher-3des1.c cleanup.c \
9         compat.c compress.c crc32.c deattack.c fatal.c hostfile.c \
10         log.c match.c md-sha256.c moduli.c nchan.c packet.c \
11         readpass.c rsa.c ttymodes.c xmalloc.c addrmatch.c \
12         atomicio.c key.c dispatch.c kex.c mac.c uidswap.c uuencode.c misc.c \
13         monitor_fdpass.c rijndael.c ssh-dss.c ssh-ecdsa.c ssh-rsa.c dh.c \
14         kexdh.c kexgex.c kexdhc.c kexgexc.c bufec.c kexecdh.c kexecdhc.c \
15         msg.c progressmeter.c dns.c entropy.c gss-genr.c umac.c jpake.c \
16         schnorr.c ssh-pkcs11.c
17 # Portability layer
18 SRCS+=  bsd-misc.c getrrsetbyname.c glob.c openssl-compat.c \
19         port-tun.c timingsafe_bcmp.c
20 # FreeBSD additions
21 SRCS+=  version.c
22
23 MAN=    moduli.5
24
25 WARNS?= 0
26
27 .include "../../Makefile.ssh.common"
28 .include <bsd.lib.mk>
29
30 .PATH: ${SSHDIR}/openbsd-compat