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
/
mdc2
/
Makefile
blob
b485d31f2c9a0e577fe9bcf007194ed170194bd4
1
# $NetBSD$
2
3
HELPER_NAME
=
mdc2test
4
HELPER_DIR
=
mdc2
5
6
LDADD
+= -
lcrypto_mdc2
7
DPADD
+= ${
LIBCRYPTO_MDC2
}
8
9
.
include
<
bsd.init.mk
>