mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
(and close) PF_UNIX socket pairs, and that we can't create PF_INET socket pairs. More tests to follow.
11 lines
133 B
Makefile
11 lines
133 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= socketpair
|
|
NOMAN= yes
|
|
|
|
socketpair: socketpair.c
|
|
gcc -Wall -o socketpair socketpair.c
|
|
|
|
.include <bsd.prog.mk>
|