Source-Changes-HG archive

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

[src/trunk]: src/tests only decent into crypto/tests if ${MKCRYPTO} != "no". ...



details:   https://anonhg.NetBSD.org/src/rev/f1d8045d3a67
branches:  trunk
changeset: 769735:f1d8045d3a67
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Sep 21 02:14:38 2011 +0000

description:
only decent into crypto/tests if ${MKCRYPTO} != "no".  (sets are probably
also broken, but i didn't get that far yet.)

diffstat:

 tests/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r b2652a5161f8 -r f1d8045d3a67 tests/Makefile
--- a/tests/Makefile    Wed Sep 21 02:12:00 2011 +0000
+++ b/tests/Makefile    Wed Sep 21 02:14:38 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2011/07/07 07:31:29 jruoho Exp $
+# $NetBSD: Makefile,v 1.33 2011/09/21 02:14:38 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -7,13 +7,17 @@
 TESTSDIR=      ${TESTSBASE}
 ATFFILE=       yes
 
-SUBDIR=                crypto dev fs games include ipf kernel lib libexec net
+SUBDIR=                dev fs games include ipf kernel lib libexec net
 SUBDIR+=       rump sbin sys toolchain usr.bin usr.sbin util
 
 . if ${MKKMOD} != "no"
 SUBDIR+= modules
 . endif
 
+. if ${MKCRYPTO} != "no"
+SUBDIR+=       crypto
+. endif
+
 .include <bsd.test.mk>
 
 .else



Home | Main Index | Thread Index | Old Index