8fb7e78565
- 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)
8 lines
81 B
Makefile
8 lines
81 B
Makefile
#$FreeBSD$
|
|
|
|
PROG= atacontrol
|
|
MAN= atacontrol.8
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|