1e0d206337
- 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
8 lines
74 B
Makefile
8 lines
74 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= unix_close_race
|
|
MAN=
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|