diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 69a73c8..2f6ad63 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,8 @@ MAN += deflateReset.3 MAN += deflateSetDictionary.3 MAN += deflateTune.3 MAN += inflate.3 +MAN += inflateEnd.3 +MAN += inflateInit.3 MAN += uncompress.3 MAN += zlibCompileFlags.3 MAN += zlibVersion.3 @@ -24,8 +26,6 @@ MAN += zlibVersion.3 MLINKS += adler32.3 adler32_z.3 MLINKS += compress.3 compress2.3 MLINKS += crc32.3 crc32_z.3 -MLINKS += inflate.3 inflateEnd.3 -MLINKS += inflate.3 inflateInit.3 MLINKS += uncompress.3 uncompress2.3 .include <bsd.lib.mk> |