[Midnightbsd-cvs] src [10693] trunk/secure/lib/Makefile: add tests
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Jun 9 16:07:50 EDT 2018
Revision: 10693
http://svnweb.midnightbsd.org/src/?rev=10693
Author: laffer1
Date: 2018-06-09 16:07:49 -0400 (Sat, 09 Jun 2018)
Log Message:
-----------
add tests
Modified Paths:
--------------
trunk/secure/lib/Makefile
Modified: trunk/secure/lib/Makefile
===================================================================
--- trunk/secure/lib/Makefile 2018-06-09 20:07:22 UTC (rev 10692)
+++ trunk/secure/lib/Makefile 2018-06-09 20:07:49 UTC (rev 10693)
@@ -1,5 +1,5 @@
-# $MidnightBSD: src/secure/lib/Makefile,v 1.2 2008/11/06 21:47:15 laffer1 Exp $
-# $FreeBSD: src/secure/lib/Makefile,v 1.34 2006/03/17 18:54:31 ru Exp $
+# $MidnightBSD$
+# $FreeBSD: stable/10/secure/lib/Makefile 265037 2014-04-28 04:20:14Z jmmv $
.include <bsd.own.mk>
@@ -11,4 +11,8 @@
.endif
.endif
+.if ${MK_TESTS} != "no"
+SUBDIR+=tests
+.endif
+
.include <bsd.subdir.mk>
More information about the Midnightbsd-cvs
mailing list