View | Details | Raw Unified | Return to bug 218409 | Differences between
and this patch

Collapse All | Expand All

(-)rocksdb-lite/Makefile (+10 lines)
Line 0 Link Here
1
# Created by: David Thiel <lx@FreeBSD.org>
2
# $FreeBSD$
3
4
MAINTAINER=	lx@freebsd.org
5
COMMENT=	Persistent key-value store for fast storage environments (lite version)
6
7
LITE=	yes
8
MASTERDIR=  ${.CURDIR}/../rocksdb
9
10
.include "${MASTERDIR}/Makefile"

Return to bug 218409