1a842e2500
- Apply __unused on unused parameters - Use const where suitable - Use PRIu64 instead of the deprecated %q - Bump WARNS to 6
8 lines
82 B
Makefile
8 lines
82 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= memcontrol
|
|
MAN= memcontrol.8
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|