repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
tests
/
crypto
/
libcrypto
/
lhash
/
Makefile
blob
6681304189269394adff9f1a56bea471c4c22769
1
# $NetBSD$
2
3
HELPER_NAME
=
lhashtest
4
HELPER_DIR
=
lhash
5
HELPER_SRCS
=
lh_test.c
6
7
CPPFLAGS
+= -
DMalloc
=
malloc
8
DPADD
+= ${
LIBCRYPTO
} ${
LIBCRYPT
}
9
10
.
include
<
bsd.init.mk
>