mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
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
7 lines
70 B
Makefile
7 lines
70 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= wake
|
|
MAN= wake.8
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|