8 lines
119 B
Makefile
8 lines
119 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
SHLIB= UTF1632
|
||
|
SRCS+= citrus_utf1632.c
|
||
|
CFLAGS+= --param max-inline-insns-single=32
|
||
|
|
||
|
.include <bsd.lib.mk>
|