Module Name: src Committed By: mrg Date: Sat Oct 22 21:13:26 UTC 2011
Modified Files: src/tests/crypto/libcrypto: Makefile Log Message: fix a build issue with MKCRYPTO=no. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/crypto/libcrypto/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/crypto/libcrypto/Makefile diff -u src/tests/crypto/libcrypto/Makefile:1.7 src/tests/crypto/libcrypto/Makefile:1.8 --- src/tests/crypto/libcrypto/Makefile:1.7 Thu Jun 9 05:25:21 2011 +++ src/tests/crypto/libcrypto/Makefile Sat Oct 22 21:13:25 2011 @@ -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 @@ TESTS_SH+= t_pubkey .include <bsd.test.mk> +.else + +NOPROG= + +.include <bsd.prog.mk> + .endif