mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 15:32:45 +00:00
e653b48c80
OK'ed by: core
8 lines
81 B
Makefile
8 lines
81 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= gaithrstress
|
|
LDADD+= -pthread
|
|
|
|
NO_MAN=
|
|
.include <bsd.prog.mk>
|