Update makefile to reflect vlan support.

This commit is contained in:
Jonathan Lemon 2001-05-13 00:04:02 +00:00
parent e8c8b728c7
commit 336f51412c

View File

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