Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/dev/cgd Only build t_cgd_aes if MKCRYPTO==yes and MKRU...



details:   https://anonhg.NetBSD.org/src/rev/371395f8179c
branches:  trunk
changeset: 348785:371395f8179c
user:      scole <scole%NetBSD.org@localhost>
date:      Mon Nov 07 16:33:37 2016 +0000

description:
Only build t_cgd_aes if MKCRYPTO==yes and MKRUMP==yes.

diffstat:

 tests/dev/cgd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 538f8e03caae -r 371395f8179c tests/dev/cgd/Makefile
--- a/tests/dev/cgd/Makefile    Mon Nov 07 15:30:18 2016 +0000
+++ b/tests/dev/cgd/Makefile    Mon Nov 07 16:33:37 2016 +0000
@@ -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 @@
 
 TESTS_SH=      t_cgd
 
-.if ${MKCRYPTO} != "no"
+.if ${MKCRYPTO} == "yes" && ${MKRUMP} == "yes"
 TESTS_C=       t_cgd_aes
 
 WARNS= 4



Home | Main Index | Thread Index | Old Index