1# $NetBSD: Makefile,v 1.5 2014/02/12 04:08:31 jmmv Exp $
2
3.include <bsd.init.mk>
4
5.if ${MKSHARE} != "no"
6.PATH:		${SRCDIR}/tools
7.PATH:		${SRCDIR}/tools/sample
8
9FILESDIR=	/usr/share/examples/atf
10FILESMODE=	444
11FILES=		atf-run.hooks \
12		tests-results.css
13.endif
14
15.include <bsd.prog.mk>
16