diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 459ed75..d1a7ea7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ MAN += adler32.3 +MAN += adler32_combine.3 MAN += compress.3 MAN += crc32.3 MAN += deflate.3 @@ -15,7 +16,6 @@ MAN += uncompress.3 MAN += zlibCompileFlags.3 MAN += zlibVersion.3 -MLINKS += adler32.3 adler32_combine.3 MLINKS += adler32.3 adler32_z.3 MLINKS += compress.3 compress2.3 MLINKS += compress.3 compressBound.3 |