Source-Changes-HG archive

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

[src/trunk]: src/tests/crypto/libcrypto fix a build issue with MKCRYPTO=no.



details:   https://anonhg.NetBSD.org/src/rev/9bc329eb783c
branches:  trunk
changeset: 770556:9bc329eb783c
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Oct 22 21:13:25 2011 +0000

description:
fix a build issue with MKCRYPTO=no.

diffstat:

 tests/crypto/libcrypto/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r f1c50b014742 -r 9bc329eb783c tests/crypto/libcrypto/Makefile
--- a/tests/crypto/libcrypto/Makefile   Sat Oct 22 21:00:40 2011 +0000
+++ b/tests/crypto/libcrypto/Makefile   Sat Oct 22 21:13:25 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2011/06/09 05:25:21 spz Exp $
+# $NetBSD: Makefile,v 1.8 2011/10/22 21:13:25 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -27,4 +27,10 @@
 
 .include <bsd.test.mk>
 
+.else
+
+NOPROG=
+
+.include <bsd.prog.mk>
+
 .endif



Home | Main Index | Thread Index | Old Index