summaryrefslogtreecommitdiffstats
path: root/share/examples
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
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')
-rw-r--r--share/examples/Makefile3
-rw-r--r--share/examples/dma/Makefile10
-rw-r--r--share/examples/dma/mailer.conf5
3 files changed, 0 insertions, 18 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"
diff --git a/share/examples/dma/Makefile b/share/examples/dma/Makefile
deleted file mode 100644
index d4ce709..0000000
--- a/share/examples/dma/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# $FreeBSD$
-
-NO_OBJ=
-
-FILES= mailer.conf
-
-FILESDIR= ${SHAREDIR}/examples/dma
-
-.include <bsd.prog.mk>
-
diff --git a/share/examples/dma/mailer.conf b/share/examples/dma/mailer.conf
deleted file mode 100644
index 53f42c2..0000000
--- a/share/examples/dma/mailer.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-# $FreeBSD$
-
-sendmail /usr/libexec/dma
-send-mail /usr/libexec/dma
-mailq /usr/libexec/dma
OpenPOWER on IntegriCloud