mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 21:01:24 -05:00
6 lines
118 B
Makefile
6 lines
118 B
Makefile
|
|
SHLIB= mapper_zone
|
|
SRCS+= citrus_mapper_zone.c
|
|
CFLAGS.gcc+= --param max-inline-insns-single=8
|
|
|
|
.include <bsd.lib.mk>
|