diff options
author | June McEnroe <june@causal.agency> | 2018-11-13 15:51:27 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-11-13 15:51:27 -0500 |
commit | 97b90a12600bd8372c6667a929fd2667ecf2ca9e (patch) | |
tree | 3c773bc0bb65b5558dc122b5fc8bed13bdebb2b9 /Makefile | |
parent | Add gzputs.3 (diff) | |
download | zlib-man-pages-97b90a12600bd8372c6667a929fd2667ecf2ca9e.tar.gz zlib-man-pages-97b90a12600bd8372c6667a929fd2667ecf2ca9e.zip |
Add gzgets.3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index aab5122..8b758b0 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ MAN += deflateTune.3 MAN += gzbuffer.3 MAN += gzfread.3 MAN += gzfwrite.3 +MAN += gzgets.3 MAN += gzopen.3 MAN += gzprintf.3 MAN += gzputs.3 |