mirror of
https://github.com/opnsense/src.git
synced 2026-04-10 03:46:58 -04:00
regressions would be to see the program or your kernel crashing. If you want to give it something to really test out, try a much more reentrant version of the resolver. <URL:http://green.homeunix.org/~green/reentrant_resolver.patch> Any Mozilla-based browser would show you a clear difference.
7 lines
84 B
Makefile
7 lines
84 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= gaithrstress
|
|
LDADD+= -pthread
|
|
|
|
NOMAN= yes
|
|
.include <bsd.prog.mk>
|