diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2017-07-07 17:03:42 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2017-07-07 17:03:42 +0000 |
| commit | 33a9b234e7087f573ef08cd7318c6497ba08b439 (patch) | |
| tree | d0ea40ad3bf5463a3c55795977c71bcb7d781b4b /src/plugins/kdb/db2/libdb2/hash/Makefile.inc | |
Notes
Diffstat (limited to 'src/plugins/kdb/db2/libdb2/hash/Makefile.inc')
| -rw-r--r-- | src/plugins/kdb/db2/libdb2/hash/Makefile.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/plugins/kdb/db2/libdb2/hash/Makefile.inc b/src/plugins/kdb/db2/libdb2/hash/Makefile.inc new file mode 100644 index 000000000000..87746f721e53 --- /dev/null +++ b/src/plugins/kdb/db2/libdb2/hash/Makefile.inc @@ -0,0 +1,6 @@ +# @(#)Makefile.inc 8.2 (Berkeley) 11/7/95 + +.PATH: ${.CURDIR}/db/hash + +SRCS+= hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \ + hash_page.c hsearch.c dbm.c |
