12 lines
248 B
Makefile
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>
|