Fix world by including opt_route.h

This commit is contained in:
Paul Saab 2008-12-02 04:45:33 +00:00
parent 2760fcd0a6
commit 8f49dd912a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=185544

View File

@ -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>