mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 02:12:45 +00:00
Unbreak release. *sigh*
This commit is contained in:
parent
8a6d4088fa
commit
5da751e46c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76522
@ -116,7 +116,7 @@
|
||||
|
||||
#define NGE_USEIOSPACE
|
||||
|
||||
#include <pci/if_ngereg.h>
|
||||
#include <dev/nge/if_ngereg.h>
|
||||
|
||||
MODULE_DEPEND(nge, miibus, 1, 1, 1);
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
.PATH: ${.CURDIR}/../../dev/nge
|
||||
|
||||
KMOD= if_nge
|
||||
SRCS= if_nge.c opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h
|
||||
SRCS= if_nge.c miibus_if.h opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h
|
||||
CLEANFILES= vlan.h
|
||||
|
||||
vlan.h:
|
||||
|
Loading…
Reference in New Issue
Block a user