svn commit: r309471 - stable/11/lib/libc/tests/db

Ngie Cooper ngie at FreeBSD.org
Sat Dec 3 03:05:46 UTC 2016


Author: ngie
Date: Sat Dec  3 03:05:44 2016
New Revision: 309471
URL: https://svnweb.freebsd.org/changeset/base/309471

Log:
  MFC r305449:
  
  Install h_db to unbreak some of the lib/libc/db testcases after
  r305358

Modified:
  stable/11/lib/libc/tests/db/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libc/tests/db/Makefile
==============================================================================
--- stable/11/lib/libc/tests/db/Makefile	Sat Dec  3 03:04:20 2016	(r309470)
+++ stable/11/lib/libc/tests/db/Makefile	Sat Dec  3 03:05:44 2016	(r309471)
@@ -5,7 +5,7 @@ PACKAGE=	tests
 BINDIR=		${TESTSDIR}
 
 PROGS=		h_db
-PROGS=		h_lfsr
+PROGS+=		h_lfsr
 
 ${PACKAGE}FILES+=		README
 


More information about the svn-src-all mailing list