svn commit: r185544 - head/sys/modules/ae

Paul Saab ps at FreeBSD.org
Mon Dec 1 20:45:34 PST 2008


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>


More information about the svn-src-all mailing list