Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jan 2015 00:30:23 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r277665 - head/rescue/rescue
Message-ID:  <201501250030.t0P0UNPb095395@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sun Jan 25 00:30:22 2015
New Revision: 277665
URL: https://svnweb.freebsd.org/changeset/base/277665

Log:
  Only build vi support into rescue if MK_VI != no
  
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/rescue/rescue/Makefile

Modified: head/rescue/rescue/Makefile
==============================================================================
--- head/rescue/rescue/Makefile	Sun Jan 25 00:28:15 2015	(r277664)
+++ head/rescue/rescue/Makefile	Sun Jan 25 00:30:22 2015	(r277665)
@@ -199,8 +199,10 @@ CRUNCH_LIBS+= -lcrypto
 .endif
 CRUNCH_LIBS+= -lmd
 
+.if ${MK_VI} != "no"
 CRUNCH_PROGS_usr.bin+= vi
 CRUNCH_ALIAS_vi= ex
+.endif
 
 CRUNCH_PROGS_usr.bin+= id
 CRUNCH_ALIAS_id= groups whoami



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