freebsd-nq/tools/regression/sockets/sblock/Makefile
Robert Watson 9d3f3e9711 Add a regression test to detect if waiting on the I/O serialization lock
on socket buffers is interruptible or not, which detacts the regression I
introduced recently in 7-CURRENT (spotted by alfred).  This test passes
in older -CURRENT, and with the as-yet uncommitted sx_xlock_sig and
sblock fix patches.
2007-05-06 14:28:49 +00:00

10 lines
72 B
Makefile

#
# $FreeBSD$
#
PROG= sblock
NO_MAN=
WARNS?= 2
.include <bsd.prog.mk>