From 0178afa0b092edf11fbdb48377dd46dca81acb55 Mon Sep 17 00:00:00 2001 From: ryoon Date: Mon, 29 Jun 2020 13:36:50 +0000 Subject: mk: Add db18 to Berkeley DB framework --- mk/bdb.buildlink3.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mk') diff --git a/mk/bdb.buildlink3.mk b/mk/bdb.buildlink3.mk index 049ec41fb9b..e243de98d9f 100644 --- a/mk/bdb.buildlink3.mk +++ b/mk/bdb.buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: bdb.buildlink3.mk,v 1.28 2020/05/03 10:00:42 rillig Exp $ +# $NetBSD: bdb.buildlink3.mk,v 1.29 2020/06/29 13:36:50 ryoon Exp $ # # This Makefile fragment is meant to be included by packages that # require a Berkeley DB (BDB) implementation and that are not restricted @@ -6,7 +6,7 @@ # (if builtin) and db[23456]. # # This Makefile cannot handle packages that can use only a subset of -# { db2 db3 db4 db5 db6 }. +# { db2 db3 db4 db5 db6 db18 }. # # User-settable variables: # @@ -18,7 +18,7 @@ # FIXME: Improve the wording of the text above so that one can # understand it. # -# Possible: db1 db2 db3 db4 db5 db6 +# Possible: db1 db2 db3 db4 db5 db6 db18 # Default: db4 # # BDB185_DEFAULT @@ -78,7 +78,7 @@ USE_DB185?= yes # _BDB_PKGS is an exhaustive list of all of the Berkeley DB # implementations that may be used with bdb.buildlink3.mk. # -_BDB_PKGS?= db1 db2 db3 db4 db5 db6 +_BDB_PKGS?= db1 db2 db3 db4 db5 db6 db18 BDB_DEFAULT?= db4 BDB_ACCEPTED?= ${_BDB_PKGS} -- cgit v1.2.3