diff options
author | bapt <bapt@FreeBSD.org> | 2014-02-22 13:05:23 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-02-22 13:05:23 +0000 |
commit | 1951f8498f99e32b3ac58afcb8654331fe98a5d7 (patch) | |
tree | bf583dd80c5529dfdb99ed6e10f0de4eaf723d8b /libexec | |
parent | d5fd940f42f4f9136e5b800ec08ecc05046b9012 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |