Robert Watson 9d62322505 Add a simple regression test for stream UNIX domain sockets and the
bind()/connect() system calls, which is intended to confirm that the
right successes and errors occur when rendezvousing via the file system
name space.
2005-02-20 22:21:53 +00:00

8 lines
77 B
Makefile

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