Add less to rescue build. On amd64, this increases rescue size by about

130KB or 2.4%.

MFC after:	1 month
This commit is contained in:
Xin LI 2013-05-13 22:16:33 +00:00
parent 31ffd8039d
commit e946bdbe31
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=250626

View File

@ -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