summaryrefslogtreecommitdiff
path: root/mk/db1.builtin.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/db1.builtin.mk')
-rw-r--r--mk/db1.builtin.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/db1.builtin.mk b/mk/db1.builtin.mk
index d1afa005371..767286e6ed9 100644
--- a/mk/db1.builtin.mk
+++ b/mk/db1.builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: db1.builtin.mk,v 1.19 2007/11/15 12:15:43 rillig Exp $
+# $NetBSD: db1.builtin.mk,v 1.20 2007/11/16 05:44:56 bjs Exp $
BUILTIN_PKG:= db1
@@ -9,7 +9,7 @@ BUILTIN_FIND_FILES.H_DB= /usr/include/db1/db.h /usr/include/db.h
# The builtin Berkeley database library must support hash version 2 or
# else it doesn't support db-1.85 databases.
#
-BUILTIN_FIND_GREP.H_DB= ^\#define.*HASHVERSION.*2\$$
+BUILTIN_FIND_GREP.H_DB= ^\#define.*HASHVERSION.*2$\$
.include "buildlink3/bsd.builtin.mk"