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