summaryrefslogtreecommitdiff
path: root/tools/test/stress2/lib/Makefile
blob: b2f3cfb0efee78e1fcc4901ce5e81422495ddb5e (plain)
1
2
3
4
5
6
7
8
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>