Unconditinally turn on VLAN support when building fxp as a module, since

it may be plugged into a kernel that supports VLANs.  If the kernel is
not VLAN aware, things will still work as before.

Modules don't really have option support, so this is somewhat of a hack.
This commit is contained in:
Jonathan Lemon 2001-07-19 15:58:40 +00:00
parent 9fb54cb322
commit 9009a48f03
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79967

View file

@ -7,6 +7,6 @@ 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
echo '#define NVLAN 1' > vlan.h
.include <bsd.kmod.mk>