mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 00:25:50 -04:00
and confirms that only SOCK_RAW works with socket(), and nothing works with socketpair().
7 lines
69 B
Makefile
7 lines
69 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= rtsocket
|
|
NO_MAN=
|
|
WARNS= 3
|
|
|
|
.include <bsd.prog.mk>
|