Add reference to libmj, so that static-linkers (sun2) can make

build progress beyond this point.
This commit is contained in:
he 2010-08-13 05:16:28 +00:00
parent ce68b7ae71
commit d9c41d3081
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2010/05/20 00:33:01 agc Exp $
# $NetBSD: Makefile,v 1.5 2010/08/13 05:16:28 he Exp $
.include <bsd.own.mk>
@ -12,6 +12,10 @@ LIBNETPGPDIR!= cd ${.CURDIR}/../lib && ${PRINTOBJDIR}
LDADD+= -L${LIBNETPGPDIR} -lnetpgp
DPADD+= ${LIBNETPGPDIR}/libnetpgp.a
LIBMJDIR!= cd ${.CURDIR}/../libmj && ${PRINTOBJDIR}
LDADD+= -L${LIBMJDIR} -lmj
DPADD+= ${LIBMJDIR}/libmj.a
LDADD+= -lcrypto -lz -lbz2
DPADD+= ${LIBCRYPTO} ${LIBZ} ${LIBBZ2}