Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2013 00:33:31 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r251642 - stable/9/rescue/rescue
Message-ID:  <201306120033.r5C0XVp1060198@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306120033.r5C0XVp1060198>