summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-02-21 21:02:19 +0000
committerbapt <bapt@FreeBSD.org>2014-02-21 21:02:19 +0000
commit25aa5dfa3c99035865f6fee952dac6ff716b2162 (patch)
treeae8ad16beb5465e88b82b8986a70694c159e6673 /etc/Makefile
parenta9165c12f793c44001770561b852f1c067f7929c (diff)
downloadFreeBSD-src-25aa5dfa3c99035865f6fee952dac6ff716b2162.zip
FreeBSD-src-25aa5dfa3c99035865f6fee952dac6ff716b2162.tar.gz
Install a default configuration file for dma
Suggested by: flo
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 bcccf82..d1885d2 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"
OpenPOWER on IntegriCloud