Bring in FreeBSD's stress2 stress testing suite.
[dragonfly.git] / test / stress / stress2 / lib / Makefile
1 # $FreeBSD$
2
3 LIB=stress
4 SRCS=main.c options.c random_int.c resources.c
5
6 .include "../testcases/Makefile.inc"
7
8 .include <bsd.lib.mk>