NetBSD/tests/lib/libposix/Makefile
jmmv c505c44298 Convert the libposix, libprop, librt, libskey and libutil tests to ATF.
Initial work from the GSoC 2008 project by Lukasz Strzygowski.
2010-07-16 13:56:31 +00:00

14 lines
206 B
Makefile

# $NetBSD: Makefile,v 1.1 2010/07/16 13:56:31 jmmv Exp $
NOMAN= # defined
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/lib/libposix
SUBDIR= bsd
SUBDIR+= posix1
SUBDIR+= posix2
.include <bsd.test.mk>