mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Include virecover in vi package.
Submitted by: lidl Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
477a29ca9b
commit
1d0bd2f971
1 changed files with 5 additions and 1 deletions
|
|
@ -313,8 +313,12 @@ _utx= utx
|
|||
.endif
|
||||
|
||||
.if ${MK_VI} != "no"
|
||||
FILES+= virecover
|
||||
FILESGROUPS+= VI
|
||||
VI+= virecover
|
||||
.endif
|
||||
VIDIR= /etc/rc.d
|
||||
VIMODE= ${BINMODE}
|
||||
VIPACKAGE= vi
|
||||
|
||||
.if ${MK_WIRELESS} != "no"
|
||||
FILES+= hostapd
|
||||
|
|
|
|||
Loading…
Reference in a new issue