aboutsummaryrefslogtreecommitdiff
path: root/devel/boehm-gc-redirect/Makefile
blob: 457ca238131aeac9b841f27db1dedc5d345e9373 (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 malloc redirection

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

GC_VARIANT=	redirect

.include "${MASTERDIR}/Makefile"