From cf4e14f48247ca1a31f7fb39b66f6d9258940fa7 Mon Sep 17 00:00:00 2001 From: ngie Date: Tue, 6 Sep 2016 00:51:25 +0000 Subject: [PATCH] Install h_db to unbreak some of the lib/libc/db testcases after r305358 MFC after: 59 days X-MFC with: r305358 Reported by: Jenkins, rodrigc Sponsored by: EMC / Isilon Storage Division --- lib/libc/tests/db/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/tests/db/Makefile b/lib/libc/tests/db/Makefile index b8671adf68ff..e9c76d266797 100644 --- a/lib/libc/tests/db/Makefile +++ b/lib/libc/tests/db/Makefile @@ -5,7 +5,7 @@ PACKAGE= tests BINDIR= ${TESTSDIR} PROGS= h_db -PROGS= h_lfsr +PROGS+= h_lfsr ${PACKAGE}FILES+= README