1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/libexec/dma/dma-mbox-create/Makefile
Baptiste Daroussin 855ff27c8c Move all the dma(8) components into one single directory
Simplifying maintainance and options (only one place to deal with MK_DMAGENT)

This also makes packaging base less intrusive by getting a single point where
to add tags.
2015-10-09 22:09:44 +00:00

11 lines
89 B
Makefile

# $FreeBSD$
MAN=
WARNS= 2
PROG= dma-mbox-create
BINMODE= 4554
.include <bsd.prog.mk>