freebsd-dev/tools/regression/sockets/zerosend/Makefile
Enji Cooper cc67e311d5 Fix warnings with clang/gcc
- 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
2016-01-16 02:18:36 +00:00

8 lines
67 B
Makefile

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