mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-23 07:31:31 +00:00
Only build vi support into rescue if MK_VI != no
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
79a86dafb7
commit
c50bf0f337
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=277665
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user