freebsd-dev/tools/regression/sockets/unix_close_race/Makefile
Enji Cooper 1e0d206337 - Garbage collect argc/argv; bump WARNS to 6
- Make the socket path random and move it out of /tmp as that's outside ATF's
  prescribed path

MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
2015-04-11 03:43:43 +00:00

8 lines
74 B
Makefile

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