diff options
-rw-r--r-- | rescue/rescue/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index e08ec29..cb4422d 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 |