ecebb3cc1d
This would allow interested parties to do experimental runs with an environment set appropriately to raise all the warnings throughout the build; e.g. env WARNS=6 NO_WERROR=yes buildworld. Not currently touching the numerous instances in ^/tools. MFC after: 1 week
11 lines
90 B
Makefile
11 lines
90 B
Makefile
# $FreeBSD$
|
|
|
|
MAN=
|
|
|
|
WARNS?= 2
|
|
|
|
PROG= dma-mbox-create
|
|
BINMODE= 4554
|
|
|
|
.include <bsd.prog.mk>
|