summaryrefslogtreecommitdiffstats
path: root/libexec/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 /libexec/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 'libexec/Makefile')
-rw-r--r--libexec/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index 27d245e..ca88d9d 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -8,7 +8,6 @@ SUBDIR= ${_atf} \
${_casper} \
${_comsat} \
${_dma} \
- ${_dma-mbox-create} \
getty \
${_mail.local} \
${_mknetid} \
@@ -56,7 +55,6 @@ _comsat= comsat
.if ${MK_DMAGENT} != "no"
_dma= dma
-_dma-mbox-create= dma-mbox-create
.endif
.if ${MK_NIS} != "no"
OpenPOWER on IntegriCloud