From c857f9d7ef06ed53b4e4e81d4844e706e6da426d Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 11 Nov 2018 15:50:35 -0500 Subject: Separate out compressBound.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit 1.4.1