diff options
Diffstat (limited to 'tools/test/stress2/lib/Makefile')
| -rw-r--r-- | tools/test/stress2/lib/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/test/stress2/lib/Makefile b/tools/test/stress2/lib/Makefile new file mode 100644 index 000000000000..b2f3cfb0efee --- /dev/null +++ b/tools/test/stress2/lib/Makefile @@ -0,0 +1,9 @@ +LIB= stress +SRCS= main.c options.c random_int.c resources.c +INTERNALLIB= true +MK_AUTO_OBJ= no + +.include "../testcases/Makefile.inc" +CFLAGS+=-fPIE + +.include <bsd.lib.mk> |
