ef30804ef1
Also, fixes build with /usr/xpg4/bin/sh
14 lines
227 B
Makefile
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>
|