mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
This simplifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon
9 lines
172 B
Makefile
9 lines
172 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR:H}/mapper_serial
|
|
|
|
SHLIB= mapper_parallel
|
|
SRCS+= citrus_mapper_serial.c
|
|
CFLAGS.gcc+= --param max-inline-insns-single=32
|
|
|
|
.include <bsd.lib.mk>
|