mirror of
https://github.com/opnsense/src.git
synced 2026-02-10 06:15:40 -05:00
6 lines
116 B
Makefile
6 lines
116 B
Makefile
|
|
SHLIB= mapper_std
|
|
SRCS+= citrus_mapper_std.c
|
|
CFLAGS.gcc+= --param max-inline-insns-single=8
|
|
|
|
.include <bsd.lib.mk>
|