c505c44298
Initial work from the GSoC 2008 project by Lukasz Strzygowski.
14 lines
206 B
Makefile
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>
|