From 51ac90809f77332c959522197ee46912e64cb52c Mon Sep 17 00:00:00 2001 From: ngie Date: Sun, 25 Jan 2015 00:30:22 +0000 Subject: [PATCH] Only build vi support into rescue if MK_VI != no Sponsored by: EMC / Isilon Storage Division --- rescue/rescue/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index e08ec2953f1f..cb4422d4528b 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -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