diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2016-02-02 21:06:09 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2016-02-02 21:06:09 +0000 |
| commit | 1d0bd2f9713e05d43a1674e99bb01269f3ad71be (patch) | |
| tree | 9da830c6bc1e489c42b11f16aa53bd0acc974408 | |
| parent | 477a29ca9bfe33743f9b7dcd377ea0bdecd7d80e (diff) | |
Notes
| -rw-r--r-- | etc/rc.d/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile index 859f5844cc6a..c22f647b3917 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 |
