freebsd-dev/tools/test/stress2/lib/Makefile
Peter Holm 8a272653d9 stress2: Initial import
Discussed with:	 kib
2021-03-03 15:11:40 +01:00

10 lines
169 B
Makefile

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>