summaryrefslogtreecommitdiffstats
path: root/rescue/rescue
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2013-05-13 22:16:33 +0000
committerdelphij <delphij@FreeBSD.org>2013-05-13 22:16:33 +0000
commitcc1a3599913049d157572c1dac7420d275fa208a (patch)
treef5784ce13d4269cfd56b94148801db1842a26801 /rescue/rescue
parentf489ad2feca2af4027fd27065c295185c2ddd646 (diff)
downloadFreeBSD-src-cc1a3599913049d157572c1dac7420d275fa208a.zip
FreeBSD-src-cc1a3599913049d157572c1dac7420d275fa208a.tar.gz
Add less to rescue build. On amd64, this increases rescue size by about
130KB or 2.4%. MFC after: 1 month
Diffstat (limited to 'rescue/rescue')
-rw-r--r--rescue/rescue/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index fd682b9..caec928 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -184,6 +184,9 @@ CRUNCH_PROGS_usr.bin+= bzip2
CRUNCH_ALIAS_bzip2= bunzip2 bzcat
CRUNCH_LIBS+= -lbz2
+CRUNCH_PROGS_usr.bin+= less
+CRUNCH_ALIAS_less= more
+
CRUNCH_PROGS_usr.bin+= xz
CRUNCH_ALIAS_xz= unxz lzma unlzma xzcat lzcat
CRUNCH_LIBS+= -llzma
OpenPOWER on IntegriCloud