summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-02-22 13:05:23 +0000
committerbapt <bapt@FreeBSD.org>2014-02-22 13:05:23 +0000
commit1951f8498f99e32b3ac58afcb8654331fe98a5d7 (patch)
treebf583dd80c5529dfdb99ed6e10f0de4eaf723d8b /libexec
parentd5fd940f42f4f9136e5b800ec08ecc05046b9012 (diff)
downloadFreeBSD-src-1951f8498f99e32b3ac58afcb8654331fe98a5d7.zip
FreeBSD-src-1951f8498f99e32b3ac58afcb8654331fe98a5d7.tar.gz
Rename WITHOUT_DMA into WITHOUT_DMAGENT to avoid confusion
Requested by: ian
Diffstat (limited to 'libexec')
-rw-r--r--libexec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index 8463b90..e087a8a 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -49,7 +49,7 @@ _casper= casper
_comsat= comsat
.endif
-.if ${MK_DMA} != "no"
+.if ${MK_DMAGENT} != "no"
_dma= dma
_dma-mbox-create= dma-mbox-create
.endif
OpenPOWER on IntegriCloud