Module Name:    src
Committed By:   roy
Date:           Fri Feb  5 10:16:12 UTC 2016

Modified Files:
        src/external/bsd/libproc: Makefile

Log Message:
Only build tests if MKATF != no


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/libproc/Makefile

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

Modified files:

Index: src/external/bsd/libproc/Makefile
diff -u src/external/bsd/libproc/Makefile:1.1 src/external/bsd/libproc/Makefile:1.2
--- src/external/bsd/libproc/Makefile:1.1	Thu Sep 24 14:12:47 2015
+++ src/external/bsd/libproc/Makefile	Fri Feb  5 10:16:12 2016
@@ -1,5 +1,12 @@
-# $NetBSD: Makefile,v 1.1 2015/09/24 14:12:47 christos Exp $
+# $NetBSD: Makefile,v 1.2 2016/02/05 10:16:12 roy Exp $
 
-SUBDIR= lib .WAIT tests
+.include <bsd.own.mk>
+
+TEST_SUBDIRS=
+.if ${MKATF} != "no"
+TEST_SUBDIRS+=	tests
+.endif
+
+SUBDIR= lib .WAIT ${TEST_SUBDIRS}
 
 .include <bsd.subdir.mk>

Reply via email to