diff options
author | June McEnroe <june@causal.agency> | 2018-11-10 01:41:49 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-11-10 01:42:18 -0500 |
commit | 17a3a53c8ff8ca8427bba6d22d1137ce156adfff (patch) | |
tree | ddf3e9c445cee946934751ef10ee16efca0e7ea8 /Makefile | |
parent | Use Pq/Po/Pc more (diff) | |
download | zlib-man-pages-17a3a53c8ff8ca8427bba6d22d1137ce156adfff.tar.gz zlib-man-pages-17a3a53c8ff8ca8427bba6d22d1137ce156adfff.zip |
Add inflate.3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 68863a8..080484e 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ MAN += adler32.3 MAN += compress.3 MAN += crc32.3 MAN += deflate.3 +MAN += inflate.3 MAN += uncompress.3 MAN += zlibCompileFlags.3 MAN += zlibVersion.3 @@ -14,6 +15,8 @@ MLINKS += crc32.3 crc32_combine.3 MLINKS += crc32.3 crc32_z.3 MLINKS += deflate.3 deflateEnd.3 MLINKS += deflate.3 deflateInit.3 +MLINKS += inflate.3 inflateEnd.3 +MLINKS += inflate.3 inflateInit.3 MLINKS += uncompress.3 uncompress2.3 .include <bsd.lib.mk> |