From: Sascha Wildner Date: Sun, 6 Feb 2011 21:55:11 +0000 (+0100) Subject: secure/lib: Fix building of some cases that include lib/Makefile.inc. X-Git-Tag: v2.10.0~267^2~104^2~11^2~1 X-Git-Url: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/4e6c6560250367bfb26a60fe2a9f374dc6f72958 secure/lib: Fix building of some cases that include lib/Makefile.inc. --- diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index 8b374cd..0b6980f 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -3,6 +3,7 @@ LIB= crypto SHLIB_MAJOR= 5 +WARNS?= 0 NOLINT= true diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 785eab3..bffb34e 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -21,6 +21,8 @@ SRCS+= version.c MAN= moduli.5 +WARNS?= 0 + DPADD+= ${LIBZ} LDADD+= -lz