Update makefile to reflect vlan support.
This commit is contained in:
parent
e8c8b728c7
commit
336f51412c
@ -3,6 +3,10 @@
|
||||
.PATH: ${.CURDIR}/../../dev/fxp
|
||||
|
||||
KMOD= if_fxp
|
||||
SRCS= if_fxp.c opt_bdg.h device_if.h bus_if.h pci_if.h miibus_if.h
|
||||
SRCS= if_fxp.c opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h miibus_if.h
|
||||
|
||||
CLEANFILES= vlan.h
|
||||
vlan.h:
|
||||
touch vlan.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user