ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/lib/libblocksruntime/Makefile
Revision: 10850
Committed: Wed Jun 13 14:28:49 2018 UTC (5 years, 10 months ago) by laffer1
File size: 297 byte(s)
Log Message:
fix path

File Contents

# Content
1 # $MidnightBSD$
2 # $FreeBSD: stable/10/lib/libblocksruntime/Makefile 313586 2017-02-11 05:56:48Z ngie $
3
4 LIB= BlocksRuntime
5 SHLIB_MAJOR=0
6 CFLAGS+=-I${.CURDIR}
7 WARNS?= 2
8
9 .PATH: ${SRCTOP}/contrib/compiler-rt/BlocksRuntime
10
11 INCS= Block.h Block_private.h
12 SRCS= data.c runtime.c
13
14 .include <bsd.lib.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H