diff --git a/databases/Makefile b/databases/Makefile index a63f32a63de0..3142b765a556 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -846,6 +846,7 @@ SUBDIR += riak SUBDIR += riak2 SUBDIR += rocksdb + SUBDIR += rocksdb-lite SUBDIR += rrdman SUBDIR += rrdmerge SUBDIR += rrdtool diff --git a/databases/rocksdb-lite/Makefile b/databases/rocksdb-lite/Makefile new file mode 100644 index 000000000000..8546c3d2d4eb --- /dev/null +++ b/databases/rocksdb-lite/Makefile @@ -0,0 +1,10 @@ +# Created by: David Thiel +# $FreeBSD$ + +MAINTAINER= lx@freebsd.org +COMMENT= Persistent key-value store for fast storage environments (lite version) + +LITE= yes +MASTERDIR= ${.CURDIR}/../rocksdb + +.include "${MASTERDIR}/Makefile"