svn commit: r236311 - in head/sys/modules: cxgb/cxgb ixgbe

Ulrich Spoerlein uqs at FreeBSD.org
Wed May 30 13:55:44 UTC 2012


Author: uqs
Date: Wed May 30 13:55:43 2012
New Revision: 236311
URL: http://svn.freebsd.org/changeset/base/236311

Log:
  Unbreak make depend.

Modified:
  head/sys/modules/cxgb/cxgb/Makefile
  head/sys/modules/ixgbe/Makefile

Modified: head/sys/modules/cxgb/cxgb/Makefile
==============================================================================
--- head/sys/modules/cxgb/cxgb/Makefile	Wed May 30 13:51:00 2012	(r236310)
+++ head/sys/modules/cxgb/cxgb/Makefile	Wed May 30 13:55:43 2012	(r236311)
@@ -1,5 +1,7 @@
 # $FreeBSD$
 
+.include <bsd.own.mk>
+
 CXGB = ${.CURDIR}/../../../dev/cxgb
 .PATH: ${CXGB} ${CXGB}/common ${CXGB}/sys
 

Modified: head/sys/modules/ixgbe/Makefile
==============================================================================
--- head/sys/modules/ixgbe/Makefile	Wed May 30 13:51:00 2012	(r236310)
+++ head/sys/modules/ixgbe/Makefile	Wed May 30 13:55:43 2012	(r236311)
@@ -1,5 +1,9 @@
 #$FreeBSD$
+
+.include <bsd.own.mk>
+
 .PATH:  ${.CURDIR}/../../dev/ixgbe
+
 KMOD    = ixgbe
 SRCS    = device_if.h bus_if.h pci_if.h
 SRCS	+= opt_inet.h opt_inet6.h


More information about the svn-src-all mailing list