summaryrefslogtreecommitdiff
path: root/tests/crypto/libcrypto/lhash/Makefile
blob: d4827655eec6ef8cfc131d49647a518e7e041f4c (plain)
1
2
3
4
5
6
7
8
9
10
# $NetBSD: Makefile,v 1.1 2009/02/13 20:58:15 jmmv Exp $

HELPER_NAME=	lhashtest
HELPER_DIR=	lhash
HELPER_SRCS=	lh_test.c

CPPFLAGS+=	-DMalloc=malloc
DPADD+=		${LIBCRYPTO} ${LIBCRYPT}

.include <bsd.init.mk>