vlan.h is obsolete, don't create it anymore.

This commit is contained in:
Brooks Davis 2001-09-05 23:47:02 +00:00
parent 920b58e88f
commit 0fddbf8747
5 changed files with 5 additions and 21 deletions

View file

@ -917,7 +917,7 @@ net/if_spppsubr.c optional sppp
net/if_stf.c optional stf
net/if_tun.c optional tun
net/if_tap.c optional tap
net/if_vlan.c count vlan
net/if_vlan.c optional vlan
net/intrq.c standard
net/net_osdep.c standard
net/ppp_deflate.c optional ppp_deflate

View file

@ -3,10 +3,6 @@
.PATH: ${.CURDIR}/../../dev/fxp
KMOD= if_fxp
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:
echo '#define NVLAN 1' > vlan.h
SRCS= if_fxp.c opt_bdg.h device_if.h bus_if.h pci_if.h miibus_if.h
.include <bsd.kmod.mk>

View file

@ -3,10 +3,6 @@
.PATH: ${.CURDIR}/../../dev/nge
KMOD= if_nge
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:
touch vlan.h
SRCS= if_nge.c miibus_if.h opt_bdg.h device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>

View file

@ -3,10 +3,6 @@
.PATH: ${.CURDIR}/../../pci
KMOD= if_ti
SRCS= if_ti.c opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h
CLEANFILES= vlan.h
vlan.h:
touch vlan.h
SRCS= if_ti.c opt_bdg.h device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>

View file

@ -3,10 +3,6 @@
.PATH: ${.CURDIR}/../../dev/txp
KMOD= if_txp
SRCS= if_txp.c opt_bdg.h device_if.h bus_if.h pci_if.h vlan.h
CLEANFILES= vlan.h
vlan.h:
touch vlan.h
SRCS= if_txp.c opt_bdg.h device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>