svn commit: r237918 - stable/9/sys/modules/cxgb/cxgb
Navdeep Parhar
np at FreeBSD.org
Sun Jul 1 09:35:16 UTC 2012
Author: np
Date: Sun Jul 1 09:35:15 2012
New Revision: 237918
URL: http://svn.freebsd.org/changeset/base/237918
Log:
Partial MFC of r236311 (uqs@):
Unbreak make depend.
Modified:
stable/9/sys/modules/cxgb/cxgb/Makefile
Modified: stable/9/sys/modules/cxgb/cxgb/Makefile
==============================================================================
--- stable/9/sys/modules/cxgb/cxgb/Makefile Sun Jul 1 09:30:37 2012 (r237917)
+++ stable/9/sys/modules/cxgb/cxgb/Makefile Sun Jul 1 09:35:15 2012 (r237918)
@@ -1,5 +1,7 @@
# $FreeBSD$
+.include <bsd.own.mk>
+
CXGB = ${.CURDIR}/../../../dev/cxgb
.PATH: ${CXGB} ${CXGB}/common ${CXGB}/sys
More information about the svn-src-stable-9
mailing list