9d62322505
bind()/connect() system calls, which is intended to confirm that the right successes and errors occur when rendezvousing via the file system name space.
8 lines
77 B
Makefile
8 lines
77 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= unix_bindconnect
|
|
NO_MAN=
|
|
WARNS= 2
|
|
|
|
.include <bsd.prog.mk>
|