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