Sync usage with man page.
[netbsd-mini2440.git] / tests / crypto / libcrypto / lhash / Makefile
blob6681304189269394adff9f1a56bea471c4c22769
1 # $NetBSD$
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>