diff options
Diffstat (limited to 'crypto/libcrypto/ecdsa/Makefile')
-rw-r--r-- | crypto/libcrypto/ecdsa/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/libcrypto/ecdsa/Makefile b/crypto/libcrypto/ecdsa/Makefile new file mode 100644 index 000000000000..9f396e74b75c --- /dev/null +++ b/crypto/libcrypto/ecdsa/Makefile @@ -0,0 +1,6 @@ +# $NetBSD: Makefile,v 1.1 2009/02/13 20:58:15 jmmv Exp $ + +HELPER_NAME= ecdsatest +HELPER_DIR= ecdsa + +.include <bsd.init.mk> |