xref: /freebsd/libexec/dma/dma-mbox-create/Makefile (revision 2a0c0aea42092f89c2a5345991e6e3ce4cbef99a)
1# $FreeBSD$
2
3MAN=
4
5WARNS?=	2
6
7PROG=	dma-mbox-create
8BINMODE=	4554
9
10.include <bsd.prog.mk>
11