mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
8 lines
126 B
Makefile
8 lines
126 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
SHLIB= mapper_zone
|
||
|
|
SRCS+= citrus_mapper_zone.c
|
||
|
|
CFLAGS+= --param max-inline-insns-single=8
|
||
|
|
|
||
|
|
.include <bsd.lib.mk>
|