Add missing Makefile

This commit is contained in:
Baptiste Daroussin 2015-10-09 22:10:54 +00:00
parent 855ff27c8c
commit 8f008e6907
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=289088

6
libexec/dma/Makefile Normal file
View File

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