libssh: Fix a remaining warning and raise WARNS to 2.
[dragonfly.git] / secure / lib / libssh / Makefile
1 LIB=    ssh
2 SHLIB_MAJOR= 4
3 SRCS=   ssherr.c \
4         sshbuf.c \
5         sshkey.c \
6         sshbuf-getput-basic.c \
7         sshbuf-misc.c \
8         sshbuf-getput-crypto.c
9 SRCS+=  authfd.c authfile.c bufaux.c bufbn.c buffer.c \
10         canohost.c channels.c cipher.c cipher-aes.c \
11         cipher-bf1.c cipher-ctr.c cipher-ctr-mt.c cipher-3des1.c cleanup.c \
12         compat.c compress.c crc32.c deattack.c fatal.c hostfile.c \
13         log.c match.c md-sha256.c moduli.c nchan.c packet.c \
14         readpass.c rsa.c ttymodes.c xmalloc.c addrmatch.c \
15         atomicio.c key.c dispatch.c kex.c mac.c uidswap.c uuencode.c misc.c \
16         monitor_fdpass.c rijndael.c ssh-dss.c ssh-ecdsa.c ssh-rsa.c dh.c \
17         kexdh.c kexgex.c kexdhc.c kexgexc.c bufec.c kexecdh.c kexecdhc.c \
18         msg.c progressmeter.c dns.c entropy.c gss-genr.c umac.c umac128.c \
19         ssh-pkcs11.c krl.c smult_curve25519_ref.c \
20         kexc25519.c kexc25519c.c poly1305.c chacha.c cipher-chachapoly.c \
21         ssh-ed25519.c digest-openssl.c hmac.c \
22         sc25519.c ge25519.c fe25519.c ed25519.c verify.c hash.c blocks.c
23 # Portability layer
24 SRCS+=  bcrypt_pbkdf.c blowfish.c bsd-misc.c explicit_bzero.c \
25         getrrsetbyname.c glob.c openssl-compat.c \
26         port-tun.c timingsafe_bcmp.c
27
28 MAN=    moduli.5
29
30 WARNS?= 2
31
32 .include "../../Makefile.ssh.common"
33 .include <bsd.lib.mk>