freebsd-dev/usr.sbin/wake/Makefile
Stanislav Sedov d981a4e272 - Fix the bug in write(2) called with incorrect parameters resulting in writes
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
2009-07-01 13:07:02 +00:00

8 lines
70 B
Makefile

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