mirror of
https://github.com/opnsense/src.git
synced 2026-02-10 14:25:50 -05:00
This implifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon
14 lines
231 B
Makefile
14 lines
231 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=lib${LIB:tl}
|
|
LIB= BlocksRuntime
|
|
SHLIB_MAJOR=0
|
|
CFLAGS+=-I${.CURDIR}
|
|
WARNS?= 2
|
|
|
|
.PATH: ${SRCTOP}/contrib/compiler-rt/lib/BlocksRuntime
|
|
|
|
INCS= Block.h Block_private.h
|
|
SRCS= data.c runtime.c
|
|
|
|
.include <bsd.lib.mk>
|