freebsd-dev/sbin/atacontrol/Makefile
Johan Karlsson 8fb7e78565 Make this WARNS=6 clean by:
- 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)
2003-11-05 19:20:41 +00:00

8 lines
81 B
Makefile

#$FreeBSD$
PROG= atacontrol
MAN= atacontrol.8
WARNS?= 6
.include <bsd.prog.mk>