add missing ${LIBCRYPTO}
Index: Makefile
===================================================================
RCS file: /cvs/src/libexec/spamlogd/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile 21 Aug 2013 16:13:30 -0000 1.7
+++ Makefile 24 Jun 2018 04:04:42 -0000
@@ -6,7 +6,7 @@ MAN= spamlogd.8
CFLAGS+= -Wall -Wstrict-prototypes -I${.CURDIR}/../spamd
LDADD+= -lpcap -lcrypto
-DPADD+= ${LIBPCAP}
+DPADD+= ${LIBPCAP} ${LIBCRYPTO}
.PATH: ${.CURDIR}/../spamd
.include <bsd.prog.mk>