--- sys/modules/Makefile~	2013-06-23 01:13:22.000000000 +0200
+++ sys/modules/Makefile	2013-06-23 01:41:37.490801170 +0200
@@ -80,7 +80,7 @@
 	${_ctau} \
 	ctl \
 	${_cxgb} \
-	cxgbe \
+	${_cxgbe} \
 	${_cyclic} \
 	dc \
 	dcons \
@@ -381,6 +381,10 @@
 .endif
 .endif
 
+.if ${MK_SOURCELESS_UCODE} != "no"
+_cxgbe=		cxgbe
+.endif
+
 .if ${MK_CRYPT} != "no" || defined(ALL_MODULES)
 .if exists(${.CURDIR}/../opencrypto)
 _crypto=	crypto
