Deleted Added
full compact
Makefile (139103) Makefile (204311)
1# $FreeBSD: head/tools/regression/gaithrstress/Makefile 139103 2004-12-21 08:47:35Z ru $
1# $FreeBSD: head/tools/regression/gaithrstress/Makefile 204311 2010-02-25 14:42:26Z ru $
2
3PROG= gaithrstress
2
3PROG= gaithrstress
4LDADD+= -pthread
4DPADD= ${LIBPTHREAD}
5LDADD= -lpthread
5
6NO_MAN=
7.include <bsd.prog.mk>
6
7NO_MAN=
8.include <bsd.prog.mk>