NetBSD/tests/atf/Makefile
jmmv 3b0ca37dba Add the atf tests
This adds reachover Makefiles to build and install the atf tests.
2007-11-12 15:09:26 +00:00

12 lines
248 B
Makefile

# $NetBSD: Makefile,v 1.1 2007/11/12 15:09:26 jmmv Exp $
.include <bsd.own.mk>
SUBDIR= formats sh_interface test_programs tools units
SRCDIR= ${NETBSDSRCDIR}/dist/atf
.PATH: ${SRCDIR}/tests/atf
.include <bsd.test.mk>
.include <bsd.subdir.mk>