svn commit: r277665 - head/rescue/rescue
Garrett Cooper
ngie at FreeBSD.org
Sun Jan 25 00:30:23 UTC 2015
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
More information about the svn-src-all
mailing list