aboutsummaryrefslogtreecommitdiff
path: root/devel/boehm-gc-threaded/Makefile
blob: f1a537f8d26cbd125fffeb0d0ad0afa4ccb08574 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Created by: stas

COMMENT=	Garbage collection and memory leak detection for C and C++ with threading support

MASTERDIR=	${.CURDIR}/../boehm-gc
DESCR=		${.CURDIR}/pkg-descr

GC_VARIANT=	threaded

.include "${MASTERDIR}/Makefile"