xref
: /
freebsd
/
tools
/
regression
/
gaithrstress
/
Makefile
(revision 2357939bc239bd5334a169b62313806178dd8f30)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
3
PROG
=
gaithrstress
4
LDADD
+= -
pthread
5
6
NOMAN
=
yes
7
.
include
<
bsd.prog.mk
>
8