diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 121054e..0127b46 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ MAN += inflateEnd.3 MAN += inflateGetDictionary.3 MAN += inflateInit.3 MAN += inflateInit2.3 +MAN += inflateReset.3 MAN += inflateSetDictionary.3 MAN += inflateSync.3 MAN += uncompress.3 @@ -33,6 +34,7 @@ MAN += zlibVersion.3 MLINKS += adler32.3 adler32_z.3 MLINKS += compress.3 compress2.3 MLINKS += crc32.3 crc32_z.3 +MLINKS += inflateReset.3 inflateReset2.3 MLINKS += uncompress.3 uncompress2.3 .include <bsd.lib.mk> |