aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/gzip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'file_cmds/gzip/Makefile')
-rw-r--r--file_cmds/gzip/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/file_cmds/gzip/Makefile b/file_cmds/gzip/Makefile
new file mode 100644
index 0000000..8250e3e
--- /dev/null
+++ b/file_cmds/gzip/Makefile
@@ -0,0 +1,17 @@
+PROG= gzip
+SRCS= futimens.c \
+ gzip.c
+MAN= gzexe.1 gzip.1 zdiff.1 zforce.1 zmore.1 znew.1
+SCRIPTS= gzexe \
+ gzip \
+ zdiff \
+ zforce \
+ zmore \
+ znew
+
+CFLAGS+=-DGZIP_APPLE_VERSION=\"321.40.3\"
+LDADD=-llzma -lz -lbz2
+
+BINDIR=/usr/bin
+
+.include <bsd.prog.mk>