mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
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.
10 lines
89 B
Makefile
10 lines
89 B
Makefile
# $FreeBSD$
|
|
|
|
MAN=
|
|
|
|
WARNS= 2
|
|
|
|
PROG= dma-mbox-create
|
|
BINMODE= 4554
|
|
|
|
.include <bsd.prog.mk>
|