mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04:00
9 lines
169 B
Makefile
9 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>
|