mirror of
https://github.com/opnsense/src.git
synced 2026-07-16 04:22:59 -04:00
8 lines
115 B
Makefile
8 lines
115 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
SHLIB= JOHAB
|
||
|
|
SRCS+= citrus_johab.c
|
||
|
|
CFLAGS+= --param max-inline-insns-single=16
|
||
|
|
|
||
|
|
.include <bsd.lib.mk>
|