diff options
| author | scole <scole@NetBSD.org> | 2016-11-07 16:33:37 +0000 |
|---|---|---|
| committer | scole <scole@NetBSD.org> | 2016-11-07 16:33:37 +0000 |
| commit | ef0889cd06539df29110cd25ba60ba2225695a4d (patch) | |
| tree | 174f2ee6973b6fb0b31822ad27007b52ce57dba1 /tests/dev | |
| parent | 2b4985a4526f30bff25f0a587ffdf6077c41be3d (diff) | |
Only build t_cgd_aes if MKCRYPTO==yes and MKRUMP==yes.
Diffstat (limited to 'tests/dev')
| -rw-r--r-- | tests/dev/cgd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dev/cgd/Makefile b/tests/dev/cgd/Makefile index 161fb440ca0..f3491fe2afa 100644 --- a/tests/dev/cgd/Makefile +++ b/tests/dev/cgd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/11/06 21:29:54 alnsn Exp $ +# $NetBSD: Makefile,v 1.5 2016/11/07 16:33:37 scole Exp $ # .include <bsd.own.mk> @@ -9,7 +9,7 @@ FILESDIR= ${TESTSDIR} TESTS_SH= t_cgd -.if ${MKCRYPTO} != "no" +.if ${MKCRYPTO} == "yes" && ${MKRUMP} == "yes" TESTS_C= t_cgd_aes WARNS= 4 |
