mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 02:12:45 +00:00
Update makefile to reflect vlan support.
This commit is contained in:
parent
e8c8b728c7
commit
336f51412c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76529
@ -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