aboutsummaryrefslogtreecommitdiff
path: root/rescue/rescue
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-05-06 18:35:01 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-05-06 18:35:01 +0000
commitf831d9368aff727c95e3029b5e2a27acde504a58 (patch)
tree03dd330bdd5d025f0e7a3d0c4eafd22fd6122fc3 /rescue/rescue
parent906ba8728495c4b1c63a6c611c9affe3ee03b355 (diff)
downloadsrc-f831d9368aff727c95e3029b5e2a27acde504a58.tar.gz
src-f831d9368aff727c95e3029b5e2a27acde504a58.zip
Notes
Diffstat (limited to 'rescue/rescue')
-rw-r--r--rescue/rescue/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index 1d913b9adc70..a31d303bc848 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -194,6 +194,10 @@ CRUNCH_ALIAS_less= more
CRUNCH_PROGS_usr.bin+= xz
CRUNCH_ALIAS_xz= unxz lzma unlzma xzcat lzcat
+CRUNCH_PROGS_usr.bin+= zstd
+CRUNCH_ALIAS_zstd= unzstd zstdcat zstdmt
+CRUNCH_LIBS+= -lprivatezstd
+
CRUNCH_PROGS_usr.bin+= tar
CRUNCH_LIBS+= -larchive
.if ${MK_OPENSSL} != "no"