diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-10-09 22:10:54 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-10-09 22:10:54 +0000 |
| commit | 8f008e690739ea8965a54260e84b895d07b1ffee (patch) | |
| tree | 73c28c371d38b7b01a2d0f23c93cb62ba44f4118 /libexec/dma | |
| parent | 855ff27c8c847e18f7a1fca5c79763d4851f87de (diff) | |
Notes
Diffstat (limited to 'libexec/dma')
| -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 000000000000..ff692401ced8 --- /dev/null +++ b/libexec/dma/Makefile @@ -0,0 +1,6 @@ +# $FreeBSD$ + +SUBDIR= dma \ + dma-mbox-create + +.include <bsd.subdir.mk> |
