Module Name:    src
Committed By:   scole
Date:           Mon Nov  7 16:33:37 UTC 2016

Modified Files:
        src/tests/dev/cgd: Makefile

Log Message:
Only build t_cgd_aes if MKCRYPTO==yes and MKRUMP==yes.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/dev/cgd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/dev/cgd/Makefile
diff -u src/tests/dev/cgd/Makefile:1.4 src/tests/dev/cgd/Makefile:1.5
--- src/tests/dev/cgd/Makefile:1.4	Sun Nov  6 21:29:54 2016
+++ src/tests/dev/cgd/Makefile	Mon Nov  7 16:33:37 2016
@@ -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

Reply via email to