View | Details | Raw Unified | Return to bug 237741
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
OPTIONS_SINGLE=			BACKEND
16
OPTIONS_SINGLE=			BACKEND
17
OPTIONS_SINGLE_BACKEND=		BDB GDBM LIBC QDBM
17
OPTIONS_SINGLE_BACKEND=		BDB GDBM LIBC QDBM
18
OPTIONS_DEFAULT=		BDB
18
OPTIONS_DEFAULT=		LIBC
19
BACKEND_DESC=			Select backend dbm library
19
BACKEND_DESC=			Select backend dbm library
20
BDB_USES=		bdb
20
BDB_USES=		bdb
21
BDB_CONFIGURE_ON=	--with-dbm-type=db${BDB_VER}
21
BDB_CONFIGURE_ON=	--with-dbm-type=db${BDB_VER}

Return to bug 237741