d981a4e272
always started from the start of the packet. - Fix usage string (multiple addresses can be specified). - Make the source more style(9) compliant. - Improve error reporting (do not silently fail if something goes wrong). - Make functions static. - Use warns level 6. Approved by: re (kib) Discussed with: Marc Balmer <marc@msys.ch>, brian, mbr
8 lines
70 B
Makefile
8 lines
70 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= wake
|
|
MAN= wake.8
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|