From 130a1cc4d1fabb586b7883715fca68bc95c66171 Mon Sep 17 00:00:00 2001 From: ngie Date: Fri, 21 Oct 2016 08:36:30 +0000 Subject: [PATCH] MFstable/11 r307721: MFC r306029: Use SRCTOP instead of the longhand version for defining the path to contrib/atf git-svn-id: svn://svn.freebsd.org/base/stable/10@307722 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- libexec/atf/atf-check/Makefile | 2 +- libexec/atf/atf-sh/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libexec/atf/atf-check/Makefile b/libexec/atf/atf-check/Makefile index 0792c0319..f445dba0e 100644 --- a/libexec/atf/atf-check/Makefile +++ b/libexec/atf/atf-check/Makefile @@ -27,7 +27,7 @@ .include -ATF= ${.CURDIR:H:H:H}/contrib/atf +ATF= ${SRCTOP}/contrib/atf .PATH: ${ATF}/atf-sh PROG_CXX= atf-check diff --git a/libexec/atf/atf-sh/Makefile b/libexec/atf/atf-sh/Makefile index 8a044b277..5a907713a 100644 --- a/libexec/atf/atf-sh/Makefile +++ b/libexec/atf/atf-sh/Makefile @@ -27,7 +27,7 @@ .include -ATF= ${.CURDIR:H:H:H}/contrib/atf +ATF= ${SRCTOP}/contrib/atf .PATH: ${ATF}/atf-sh PROG_CXX= atf-sh -- 2.42.0