.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.
This commit is contained in:
parent
a3f7b0e7a0
commit
3501e2d554
@ -1,4 +1,6 @@
|
||||
# $NetBSD: Makefile,v 1.1 2007/11/12 15:02:58 jmmv Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2007/12/20 16:53:59 apb Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
SRCDIR= ${NETBSDSRCDIR}/dist/atf
|
||||
.PATH: ${SRCDIR}/data
|
||||
|
Loading…
Reference in New Issue
Block a user