10 lines
232 B
Makefile
10 lines
232 B
Makefile
# 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"
|