diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2016-04-06 12:32:28 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2016-04-06 12:32:28 +0000 |
commit | ebc06fe89abffe34d4e6b36d2c408b56f176b622 (patch) | |
tree | 80d6309dbdaee27058f96004b7051ed5b0ec937a /security/mbedtls | |
parent | 61cb452bec0550bc1cc02c5937648075da4c7ece (diff) | |
download | ports-ebc06fe89abffe34d4e6b36d2c408b56f176b622.tar.gz ports-ebc06fe89abffe34d4e6b36d2c408b56f176b622.zip |
Notes
Diffstat (limited to 'security/mbedtls')
-rw-r--r-- | security/mbedtls/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/mbedtls/Makefile b/security/mbedtls/Makefile index 84844ecc98d5..ab0cd93d9cc7 100644 --- a/security/mbedtls/Makefile +++ b/security/mbedtls/Makefile @@ -13,6 +13,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/apache-2.0.txt ALL_TARGET= no_test +TEST_TARGET= test MAKE_ENV= SHARED=1 USES= gmake tar:tgz USE_LDCONFIG= yes |