mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-05 21:25:56 -04:00
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>
|