diff options
author | bapt <bapt@FreeBSD.org> | 2015-10-09 22:10:54 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-10-09 22:10:54 +0000 |
commit | 766b1c845b51cdca428529440d116648e7089a7e (patch) | |
tree | 73c28c371d38b7b01a2d0f23c93cb62ba44f4118 /libexec | |
parent | fc9c658565de86f4f69518bcc91c1f9157c2aec5 (diff) | |
download | FreeBSD-src-766b1c845b51cdca428529440d116648e7089a7e.zip FreeBSD-src-766b1c845b51cdca428529440d116648e7089a7e.tar.gz |
Add missing Makefile
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/dma/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libexec/dma/Makefile b/libexec/dma/Makefile new file mode 100644 index 0000000..ff69240 --- /dev/null +++ b/libexec/dma/Makefile @@ -0,0 +1,6 @@ +# $FreeBSD$ + +SUBDIR= dma \ + dma-mbox-create + +.include <bsd.subdir.mk> |