xref: /freebsd-14.2/tools/test/stress2/lib/Makefile (revision 8a272653)
1LIB=	stress
2SRCS=	main.c options.c random_int.c resources.c
3INTERNALLIB=	true
4MK_AUTO_OBJ=	no
5
6.include "../testcases/Makefile.inc"
7CFLAGS+=-fPIE
8
9.include <bsd.lib.mk>
10