Unbreak release. *sigh*

This commit is contained in:
Bill Paul 2001-05-12 19:51:40 +00:00
parent 8a6d4088fa
commit 5da751e46c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76522
2 changed files with 2 additions and 2 deletions

View File

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

View File

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