NetBSD/tests/lib/libposix/Makefile
pooka ef30804ef1 Use TESTS_SUBDIRS instead of SUBDIR to make these actually run.
Also, fixes build with /usr/xpg4/bin/sh
2013-01-14 13:37:57 +00:00

14 lines
227 B
Makefile

# $NetBSD: Makefile,v 1.2 2013/01/14 13:37:57 pooka Exp $
NOMAN= # defined
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/lib/libposix
TESTS_SUBDIRS= bsd
TESTS_SUBDIRS+= posix1
TESTS_SUBDIRS+= posix2
.include <bsd.test.mk>