mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
10 lines
169 B
Makefile
10 lines
169 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../mapper_serial
|
||
|
|
|
||
|
|
SHLIB= mapper_parallel
|
||
|
|
SRCS+= citrus_mapper_serial.c
|
||
|
|
CFLAGS+= --param max-inline-insns-single=32
|
||
|
|
|
||
|
|
.include <bsd.lib.mk>
|