Rename the dma directory into dmagent to avoid collision on unclean oject

directory where an old dma binary can remain
This commit is contained in:
Baptiste Daroussin 2015-10-09 23:19:29 +00:00
parent d1e99670ae
commit 4b3d93d38a
4 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# $FreeBSD$
SUBDIR= dma \
SUBDIR= dmagent \
dma-mbox-create
.include <bsd.subdir.mk>