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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to