svn commit: r251642 - stable/9/rescue/rescue

Xin LI delphij at FreeBSD.org
Wed Jun 12 00:33:31 UTC 2013


Author: delphij
Date: Wed Jun 12 00:33:30 2013
New Revision: 251642
URL: http://svnweb.freebsd.org/changeset/base/251642

Log:
  MFC r250626:
  
  Add less to rescue build.

Modified:
  stable/9/rescue/rescue/Makefile
Directory Properties:
  stable/9/rescue/rescue/   (props changed)

Modified: stable/9/rescue/rescue/Makefile
==============================================================================
--- stable/9/rescue/rescue/Makefile	Tue Jun 11 23:19:02 2013	(r251641)
+++ stable/9/rescue/rescue/Makefile	Wed Jun 12 00:33:30 2013	(r251642)
@@ -190,6 +190,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


More information about the svn-src-all mailing list