aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-02-22 13:05:23 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-02-22 13:05:23 +0000
commit6a54f620e5003054ef9f933dbd079cb2f115c8c0 (patch)
treebf583dd80c5529dfdb99ed6e10f0de4eaf723d8b /etc
parenteab68f795a5cfe398a635980176572357983e53e (diff)
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index d1885d291a44..b4d0ea054c38 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