opnsense-src/tools/regression/sockets/rtsocket/Makefile
Robert Watson 582954da16 Add a simple regression test that creates and tears down route sockets,
and confirms that only SOCK_RAW works with socket(), and nothing works
with socketpair().
2006-04-09 14:48:38 +00:00

7 lines
69 B
Makefile

# $FreeBSD$
PROG= rtsocket
NO_MAN=
WARNS= 3
.include <bsd.prog.mk>