d5e08ff4a3
This simplifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon
10 lines
172 B
Makefile
10 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>
|