summaryrefslogtreecommitdiffstats
path: root/share/examples/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-10-09 22:09:44 +0000
committerbapt <bapt@FreeBSD.org>2015-10-09 22:09:44 +0000
commitfc9c658565de86f4f69518bcc91c1f9157c2aec5 (patch)
treebd20de474cd67f2d2ebe9dba98ca3083a6718e7d /share/examples/Makefile
parentf089322414d309ca0666f69d4117cfa168c6864b (diff)
downloadFreeBSD-src-fc9c658565de86f4f69518bcc91c1f9157c2aec5.zip
FreeBSD-src-fc9c658565de86f4f69518bcc91c1f9157c2aec5.tar.gz
Move all the dma(8) components into one single directory
Simplifying maintainance and options (only one place to deal with MK_DMAGENT) This also makes packaging base less intrusive by getting a single point where to add tags.
Diffstat (limited to 'share/examples/Makefile')
-rw-r--r--share/examples/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/share/examples/Makefile b/share/examples/Makefile
index 3a4d1c4..f20ea7f 100644
--- a/share/examples/Makefile
+++ b/share/examples/Makefile
@@ -255,9 +255,6 @@ SUBDIR+=ipfilter
.if ${MK_PF} != "no"
SUBDIR+=pf
.endif
-.if ${MK_DMAGENT} != "no"
-SUBDIR+=dma
-.endif
.endif
.if ${MK_TESTS} != "no"
OpenPOWER on IntegriCloud