Module Name:    src
Committed By:   pooka
Date:           Mon Jan 14 13:37:58 UTC 2013

Modified Files:
        src/tests/lib/libposix: Makefile

Log Message:
Use TESTS_SUBDIRS instead of SUBDIR to make these actually run.
Also, fixes build with /usr/xpg4/bin/sh


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libposix/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/lib/libposix/Makefile
diff -u src/tests/lib/libposix/Makefile:1.1 src/tests/lib/libposix/Makefile:1.2
--- src/tests/lib/libposix/Makefile:1.1	Fri Jul 16 13:56:31 2010
+++ src/tests/lib/libposix/Makefile	Mon Jan 14 13:37:57 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2010/07/16 13:56:31 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2013/01/14 13:37:57 pooka Exp $
 
 NOMAN=		# defined
 
@@ -6,8 +6,8 @@ NOMAN=		# defined
 
 TESTSDIR=	${TESTSBASE}/lib/libposix
 
-SUBDIR=		bsd
-SUBDIR+=	posix1
-SUBDIR+=	posix2
+TESTS_SUBDIRS=	bsd
+TESTS_SUBDIRS+=	posix1
+TESTS_SUBDIRS+=	posix2
 
 .include <bsd.test.mk>

Reply via email to