mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
- Apply __unused on unused parameters - Use const where suitable - Use PRIu64 instead of the deprecated %q - Bump WARNS to 6
7 lines
82 B
Makefile
7 lines
82 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= memcontrol
|
|
MAN= memcontrol.8
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|