diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 911f96e..1f6b2a4 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ MAN += adler32.3 MAN += adler32_combine.3 MAN += compress.3 +MAN += compressBound.3 MAN += crc32.3 MAN += crc32_combine.3 MAN += deflate.3 @@ -19,7 +20,6 @@ MAN += zlibVersion.3 MLINKS += adler32.3 adler32_z.3 MLINKS += compress.3 compress2.3 -MLINKS += compress.3 compressBound.3 MLINKS += crc32.3 crc32_z.3 MLINKS += deflate.3 deflateEnd.3 MLINKS += deflate.3 deflateInit.3 |