summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
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 /etc/Makefile
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 'etc/Makefile')
-rw-r--r--etc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index d1885d2..b4d0ea0 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -226,7 +226,7 @@ distribution:
.endif
${_+_}cd ${.CURDIR}/defaults; ${MAKE} install
${_+_}cd ${.CURDIR}/devd; ${MAKE} install
-.if ${MK_DMA} != "no"
+.if ${MK_DMAGENT} != "no"
${_+_}cd ${.CURDIR}/dma; ${MAKE} install
.endif
${_+_}cd ${.CURDIR}/gss; ${MAKE} install
OpenPOWER on IntegriCloud