Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/tools/test/stress2/lib/Makefile
39536 views
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>