View | Details | Raw Unified | Return to bug 241478
Collapse All | Expand All

(-)Makefile (-3 / +4 lines)
Lines 53-59 Link Here
53
PLIST_SUB+=	AMDGPU="@comment "
53
PLIST_SUB+=	AMDGPU="@comment "
54
PLIST_SUB+=	AMDKFD="@comment "
54
PLIST_SUB+=	AMDKFD="@comment "
55
PLIST_SUB+=	I915=""
55
PLIST_SUB+=	I915=""
56
PLIST_SUB+=     VMWGFX=""
56
PLIST_SUB+=	VMWGFX=""
57
.  if ${OSVERSION} >= 1300033
57
.  if ${OSVERSION} >= 1300033
58
PLIST_SUB+=	VBOXVIDEO=""
58
PLIST_SUB+=	VBOXVIDEO=""
59
.  else
59
.  else
Lines 63-74 Link Here
63
PLIST_SUB+=	AMDGPU=""
63
PLIST_SUB+=	AMDGPU=""
64
PLIST_SUB+=	AMDKFD="@comment " 
64
PLIST_SUB+=	AMDKFD="@comment " 
65
PLIST_SUB+=	I915="@comment "
65
PLIST_SUB+=	I915="@comment "
66
PLIST_SUB+=     VMWGFX="@comment "
66
PLIST_SUB+=	VBOXVIDEO="@comment "
67
PLIST_SUB+=	VMWGFX="@comment "
67
.else
68
.else
68
PLIST_SUB+=	AMDGPU="@comment "
69
PLIST_SUB+=	AMDGPU="@comment "
69
PLIST_SUB+=	AMDKFD="@comment "
70
PLIST_SUB+=	AMDKFD="@comment "
70
PLIST_SUB+=	I915="@comment "
71
PLIST_SUB+=	I915="@comment "
71
PLIST_SUB+=     VMWGFX="@comment "
72
PLIST_SUB+=	VMWGFX="@comment "
72
.endif
73
.endif
73
74
74
.include <bsd.port.mk>
75
.include <bsd.port.mk>

Return to bug 241478