From 115d713955fd41bd107c98cecd057dbe1544b141 Mon Sep 17 00:00:00 2001 From: brooks Date: Wed, 5 Sep 2001 23:04:53 +0000 Subject: Update tx(4) to always enable vlan(4) support. Approved by: semenu --- sys/modules/tx/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sys/modules') diff --git a/sys/modules/tx/Makefile b/sys/modules/tx/Makefile index b9fdd6d..c1c1dfa 100644 --- a/sys/modules/tx/Makefile +++ b/sys/modules/tx/Makefile @@ -4,10 +4,6 @@ KMOD= if_tx SRCS= if_tx.c opt_bdg.h device_if.h bus_if.h pci_if.h -SRCS+= miibus_if.h vlan.h -CLEANFILES = vlan.h - -vlan.h: - touch vlan.h +SRCS+= miibus_if.h .include -- cgit v1.1