mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
Raise WARNS from 1 to 6 (the default) Fix warnings: * Use C99 designated initializers for structs, and initialize all fields * Mark global variables as static * Mark unused function arguments * Be careful about signed/unsigned comparisons Reviewed by: eadler MFC after: 4 weeks Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D5328
9 lines
124 B
Makefile
9 lines
124 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= iostat
|
|
MAN= iostat.8
|
|
|
|
LIBADD= devstat kvm m
|
|
|
|
.include <bsd.prog.mk>
|