aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-13 16:31:05 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-13 16:31:05 -0400
commit07021dffb28c7ebc142edfc6b94cc7f19415b137 (patch)
treed36c9458a2c777daedc3acad7a19883dc74c8057
parent3e17c3df2c5eb7dd123a49e3708bc8a6fd3bf46e (diff)
downloadapple_cmds-07021dffb28c7ebc142edfc6b94cc7f19415b137.tar.gz
apple_cmds-07021dffb28c7ebc142edfc6b94cc7f19415b137.tar.zst
apple_cmds-07021dffb28c7ebc142edfc6b94cc7f19415b137.zip
Makefile.inc: Compress with zstd by default
-rw-r--r--Makefile.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 6979e49..39af5e2 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,6 +1,11 @@
RPCGEN?=rpcgen
STRIP=
+
SHAREDIR=/usr/share/
+
.if !defined(BINDIR)
BINDIR=/usr/bin
.endif
+
+COMPRESS_CMD?= zstd -c
+COMPRESS_EXT?= .zst