Home | History | Annotate | Line # | Download | only in nbsvtool
      1  1.4  christos # $NetBSD: Makefile,v 1.4 2025/07/19 15:56:31 christos Exp $
      2  1.1     joerg 
      3  1.1     joerg PROG=	nbsvtool
      4  1.4  christos LDADD+=	-lcrypto -lpthread
      5  1.4  christos DPADD+=	${LIBCRYPTO} ${LIBPTHREAD}
      6  1.3  christos CPPFLAGS+=-DOPENSSL_API_COMPAT=0x10100000L
      7  1.1     joerg 
      8  1.1     joerg .include <bsd.prog.mk>
      9