3501e2d554
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.
13 lines
236 B
Makefile
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>
|