signify: fix linking libs on Solaris after last change.
Explicity set LIBS for all targets to match pkgsrc defaults.
Append any required additional library to the global definitiion and
then pass LIBS to the internal make.
This prevents gmake from resetting LIBS to the projects's defaultis.
Such behaviour became evident on Solaris, as singify was failing to
build on SunOS followinf the last change.
LICENSE= original-bsd AND modified-bsd AND isc AND public-domain
USE_TOOLS+= gmake
-MAKEFLAGS+= ALL=src/usr.bin/signify/signify
+MAKE_FLAGS+= ALL=src/usr.bin/signify/signify
+MAKE_FLAGS+= LIBS=${LIBS:Q}
+LIBS+= -lm
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
MAKE_DIRS+= ${PKG_SYSCONFDIR}/signify