mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
8 lines
124 B
Makefile
8 lines
124 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
SHLIB= mapper_std
|
||
|
|
SRCS+= citrus_mapper_std.c
|
||
|
|
CFLAGS+= --param max-inline-insns-single=8
|
||
|
|
|
||
|
|
.include <bsd.lib.mk>
|