aboutsummaryrefslogtreecommitdiff
path: root/libexec/dma
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-03-04 11:28:03 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-03-04 11:28:03 +0000
commita251f9dcf891805ae2101945d0d3082ec5a1768c (patch)
tree37419308d033fde9e19ce47819f7a115a23c168e /libexec/dma
parente44885ac0116d05f7380543569d5093985c92f06 (diff)
downloadsrc-a251f9dcf891805ae2101945d0d3082ec5a1768c.tar.gz
src-a251f9dcf891805ae2101945d0d3082ec5a1768c.zip
libexec: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=314653
Diffstat (limited to 'libexec/dma')
-rw-r--r--libexec/dma/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/dma/Makefile.inc b/libexec/dma/Makefile.inc
index b24f85d7044c..8e88f832ee99 100644
--- a/libexec/dma/Makefile.inc
+++ b/libexec/dma/Makefile.inc
@@ -1,7 +1,7 @@
# $FreeBSD$
-.sinclude "${.CURDIR}/../../Makefile.inc"
-DMA_SOURCES= ${.CURDIR}/../../../contrib/dma
+.sinclude "${.CURDIR:H:H}/Makefile.inc"
+DMA_SOURCES= ${SRCTOP}/contrib/dma
.PATH: ${DMA_SOURCES}
CFLAGS+= -I${DMA_SOURCES} \