mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
- declaring 'mode2str' as returning a 'const char *'
- prototyping all function
- rename the argument 'version' to 'ver', not to shadow
the now prototyped function 'version'.
Also mark it as WARNS?= 6 clean to try to keep it clean.
Tested by: make universe (including amd64)
7 lines
81 B
Makefile
7 lines
81 B
Makefile
#$FreeBSD$
|
|
|
|
PROG= atacontrol
|
|
MAN= atacontrol.8
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|