From 0928df40960f213ff327cb94fc552ccaf780d4f4 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 9 Nov 2018 14:22:34 -0500 Subject: Add FreeBSD Makefile --- Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..68863a8 --- /dev/null +++ b/Makefile @@ -0,0 +1,19 @@ +MAN += adler32.3 +MAN += compress.3 +MAN += crc32.3 +MAN += deflate.3 +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 +MLINKS += crc32.3 crc32_combine.3 +MLINKS += crc32.3 crc32_z.3 +MLINKS += deflate.3 deflateEnd.3 +MLINKS += deflate.3 deflateInit.3 +MLINKS += uncompress.3 uncompress2.3 + +.include -- cgit 1.4.1