summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/rc.d/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index 859f584..c22f647 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -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
OpenPOWER on IntegriCloud