mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
- Get rid of unused argc/argv variables in main - Exit on failure with a return code of 1 instead of -1 with err/errx as a return code of -1 is implementation dependent - Bump WARNS to 6 MFC after: 5 days Sponsored by: EMC / Isilon Storage Division
7 lines
67 B
Makefile
7 lines
67 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= zerosend
|
|
MAN=
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|