mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 09:41:05 -04:00
8 lines
131 B
Makefile
8 lines
131 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
SHLIB= mapper_serial
|
||
|
|
SRCS+= citrus_mapper_serial.c
|
||
|
|
CFLAGS+= --param max-inline-insns-single=32
|
||
|
|
|
||
|
|
.include <bsd.lib.mk>
|