mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
13 lines
232 B
Makefile
13 lines
232 B
Makefile
|
|
PACKAGE=lib${LIB:tl}
|
|
LIB= BlocksRuntime
|
|
SHLIB_MAJOR=0
|
|
CFLAGS+=-I${.CURDIR}
|
|
WARNS?= 2
|
|
|
|
.PATH: ${SRCTOP}/contrib/llvm-project/compiler-rt/lib/BlocksRuntime
|
|
|
|
INCS= Block.h Block_private.h
|
|
SRCS= data.c runtime.c
|
|
|
|
.include <bsd.lib.mk>
|