View | Details | Raw Unified | Return to bug 263691 | Differences between
and this patch

Collapse All | Expand All

(-)b/sbin/devd/Makefile (-1 / +4 lines)
Lines 13-19 DEVD+= asus.conf Link Here
13
.endif
13
.endif
14
14
15
.if ${MK_HYPERV} != "no"
15
.if ${MK_HYPERV} != "no"
16
DEVD+=	hyperv.conf
16
CONFGROUPS+=	HYPERV
17
HYPERVDIR=${DEVDDIR}
18
HYPERV+=	hyperv.conf
19
HYPERVPACKAGE=	hyperv-tools
17
.endif
20
.endif
18
21
19
.if ${MK_USB} != "no"
22
.if ${MK_USB} != "no"

Return to bug 263691