aboutsummaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-02-21 21:02:19 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-02-21 21:02:19 +0000
commita1bf0ec8342b071f0d275ba50ae4d83d0a46a84a (patch)
treeae8ad16beb5465e88b82b8986a70694c159e6673 /etc/Makefile
parent52be84ca03f8709721ded3e39ac57a4f7d627277 (diff)
Notes
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/Makefile b/etc/Makefile
index bcccf829e164..d1885d291a44 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -226,6 +226,9 @@ distribution:
.endif
${_+_}cd ${.CURDIR}/defaults; ${MAKE} install
${_+_}cd ${.CURDIR}/devd; ${MAKE} install
+.if ${MK_DMA} != "no"
+ ${_+_}cd ${.CURDIR}/dma; ${MAKE} install
+.endif
${_+_}cd ${.CURDIR}/gss; ${MAKE} install
${_+_}cd ${.CURDIR}/periodic; ${MAKE} install
.if ${MK_PKGBOOTSTRAP} != "no"