8 lines
126 B
Makefile
8 lines
126 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
SHLIB= mapper_zone
|
||
|
SRCS+= citrus_mapper_zone.c
|
||
|
CFLAGS+= --param max-inline-insns-single=8
|
||
|
|
||
|
.include <bsd.lib.mk>
|