Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Dec 2008 04:45:33 +0000 (UTC)
From:      Paul Saab <ps@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r185544 - head/sys/modules/ae
Message-ID:  <200812020445.mB24jXaS048636@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ps
Date: Tue Dec  2 04:45:33 2008
New Revision: 185544
URL: http://svn.freebsd.org/changeset/base/185544

Log:
  Fix world by including opt_route.h

Modified:
  head/sys/modules/ae/Makefile

Modified: head/sys/modules/ae/Makefile
==============================================================================
--- head/sys/modules/ae/Makefile	Tue Dec  2 03:58:10 2008	(r185543)
+++ head/sys/modules/ae/Makefile	Tue Dec  2 04:45:33 2008	(r185544)
@@ -3,6 +3,6 @@
 .PATH: ${.CURDIR}/../../dev/ae
 
 KMOD=	if_ae
-SRCS=	if_ae.c device_if.h bus_if.h pci_if.h miibus_if.h
+SRCS=	if_ae.c device_if.h bus_if.h pci_if.h miibus_if.h opt_route.h
 
 .include <bsd.kmod.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812020445.mB24jXaS048636>