mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
8 lines
113 B
Makefile
8 lines
113 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
SHLIB= BIG5
|
||
|
|
SRCS+= citrus_big5.c
|
||
|
|
CFLAGS+= --param max-inline-insns-single=32
|
||
|
|
|
||
|
|
.include <bsd.lib.mk>
|