From 15212f7a83e547ce2e24324f1b3527d4c5ef53c9 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sat, 11 Feb 2017 20:19:04 +0000 Subject: [PATCH] Use SRCTOP instead of .CURDIR relative paths with ".." This simplifies pathing in make/displayed output MFC after: 1 week Sponsored by: Dell EMC Isilon --- usr.bin/atm/sscop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/atm/sscop/Makefile b/usr.bin/atm/sscop/Makefile index cc688fd3dca6..491986791282 100644 --- a/usr.bin/atm/sscop/Makefile +++ b/usr.bin/atm/sscop/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -CONTRIB= ${.CURDIR}/../../../contrib/ngatm/sscop +CONTRIB= ${SRCTOP}/contrib/ngatm/sscop .PATH: ${CONTRIB}