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