tools/llvm: Do not build with symbols
[minix3.git] / tests / crypto / libcrypto / lhash / Makefile
blobd4827655eec6ef8cfc131d49647a518e7e041f4c
1 # $NetBSD: Makefile,v 1.1 2009/02/13 20:58:15 jmmv Exp $
3 HELPER_NAME= lhashtest
4 HELPER_DIR= lhash
5 HELPER_SRCS= lh_test.c
7 CPPFLAGS+= -DMalloc=malloc
8 DPADD+= ${LIBCRYPTO} ${LIBCRYPT}
10 .include <bsd.init.mk>