X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/fc46845363cf63e300f07e39332c23cf122c43d3..4e6c6560250367bfb26a60fe2a9f374dc6f72958:/secure/lib/libssh/Makefile?ds=sidebyside diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index e2920dc2fb..bffb34e623 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -11,8 +11,9 @@ SRCS= acss.c authfd.c authfile.c bufaux.c bufbn.c buffer.c \ readpass.c rsa.c ttymodes.c xmalloc.c addrmatch.c \ atomicio.c key.c dispatch.c kex.c mac.c uidswap.c uuencode.c misc.c \ monitor_fdpass.c rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c \ - kexgex.c kexdhc.c kexgexc.c scard.c msg.c progressmeter.c dns.c \ - entropy.c scard-opensc.c gss-genr.c umac.c jpake.c schnorr.c + kexgex.c kexdhc.c kexgexc.c msg.c progressmeter.c dns.c \ + entropy.c gss-genr.c umac.c jpake.c schnorr.c \ + ssh-pkcs11.c # Portability layer SRCS+= bsd-misc.c getrrsetbyname.c port-tun.c # FreeBSD additions @@ -20,6 +21,8 @@ SRCS+= version.c MAN= moduli.5 +WARNS?= 0 + DPADD+= ${LIBZ} LDADD+= -lz