Home | History | Annotate | Line # | Download | only in nbsvtool
Makefile revision 1.3
      1  1.3  christos # $NetBSD: Makefile,v 1.3 2018/02/06 20:10:05 christos Exp $
      2  1.1     joerg 
      3  1.1     joerg PROG=	nbsvtool
      4  1.1     joerg LDADD+=	-lcrypto
      5  1.1     joerg DPADD+=	${LIBCRYPTO}
      6  1.3  christos CPPFLAGS+=-DOPENSSL_API_COMPAT=0x10100000L
      7  1.1     joerg 
      8  1.1     joerg .include <bsd.prog.mk>
      9