78bb0388d3
This change adds example files shipped with ATF as well as other data files required to support some of its features.
13 lines
233 B
Makefile
13 lines
233 B
Makefile
# $NetBSD: Makefile,v 1.1 2007/11/12 15:01:51 jmmv Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SRCDIR= ${NETBSDSRCDIR}/dist/atf
|
|
.PATH: ${SRCDIR}/data
|
|
|
|
FILESDIR= /usr/share/xml/atf
|
|
FILESMODE= 444
|
|
FILES= tests-results.dtd
|
|
|
|
.include <bsd.prog.mk>
|