aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2016-05-15 04:39:36 +0000
committerEnji Cooper <ngie@FreeBSD.org>2016-05-15 04:39:36 +0000
commit0648b47f0606583f6259dc6880c94d6bdbb3f33e (patch)
tree8951920c5aea8acfc52d23ec85af43b712c72a54 /etc
parent7e7d2a6f5006860af231e81bf2a2545e6d4d5313 (diff)
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index fb0f2a7a291a..65102a10971e 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -127,8 +127,6 @@ FILES= DAEMON \
ypset \
ypupdated \
ypxfrd \
- zfs \
- zvol
.if ${MK_ACCT} != "no"
FILESGROUPS+= ACCT
@@ -302,6 +300,13 @@ FILES+= hostapd
FILES+= wpa_supplicant
.endif
+.if ${MK_ZFS} != "no"
+FILESGROUPS+= ZFS
+ZFS+= zfs
+ZFS+= zvol
+ZFSPACKAGE= zfs
+.endif
+
.for fg in ${FILESGROUPS}
${fg}MODE?= ${BINMODE}
.endfor