diff options
author | ngie <ngie@FreeBSD.org> | 2016-12-03 03:05:44 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2016-12-03 03:05:44 +0000 |
commit | 89946dc68ab062bb78110dfa44b7bcfcef0e7141 (patch) | |
tree | 661cb51c8d2c92a0f30827999e11069bc53f6bf0 /lib/libc | |
parent | 59f0b4cb24af5417cac2a28120ca980503931cca (diff) | |
download | FreeBSD-src-89946dc68ab062bb78110dfa44b7bcfcef0e7141.zip FreeBSD-src-89946dc68ab062bb78110dfa44b7bcfcef0e7141.tar.gz |
MFC r305449:
Install h_db to unbreak some of the lib/libc/db testcases after
r305358
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/tests/db/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/tests/db/Makefile b/lib/libc/tests/db/Makefile index b8671ad..e9c76d2 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 |