From 1951f8498f99e32b3ac58afcb8654331fe98a5d7 Mon Sep 17 00:00:00 2001 From: bapt Date: Sat, 22 Feb 2014 13:05:23 +0000 Subject: Rename WITHOUT_DMA into WITHOUT_DMAGENT to avoid confusion Requested by: ian --- libexec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec') 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 -- cgit v1.1