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