NetBSD/etc/atf/Makefile
apb 3501e2d554 .include <bsd.own.mk> early, otherwise the .PATH doesn't always work.
Now "etcupdate -s /path/to/src" should no longer complain about being
unable to make atf-run.hooks.  build.sh passes NETBSDSRCDIR in the
environment, so it used to work even without this include.
2007-12-20 16:53:59 +00:00

13 lines
236 B
Makefile

# $NetBSD: Makefile,v 1.2 2007/12/20 16:53:59 apb Exp $
.include <bsd.own.mk>
SRCDIR= ${NETBSDSRCDIR}/dist/atf
.PATH: ${SRCDIR}/data
CONFIGFILES= NetBSD.conf atf-run.hooks
FILESDIR= /etc/atf
FILESMODE= 644
.include <bsd.files.mk>