From 3501e2d554fd9bc21116e5f089ad961c7415341c Mon Sep 17 00:00:00 2001 From: apb Date: Thu, 20 Dec 2007 16:53:59 +0000 Subject: [PATCH] .include 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. --- etc/atf/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/atf/Makefile b/etc/atf/Makefile index f76b3a31dd6e..6c037096a974 100644 --- a/etc/atf/Makefile +++ b/etc/atf/Makefile @@ -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 SRCDIR= ${NETBSDSRCDIR}/dist/atf .PATH: ${SRCDIR}/data