From 6fafba46d7bb5443278fdb6bbbe187982fb6022a Mon Sep 17 00:00:00 2001 From: brooks Date: Wed, 5 Sep 2001 23:47:02 +0000 Subject: vlan.h is obsolete, don't create it anymore. --- sys/modules/txp/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sys/modules/txp') diff --git a/sys/modules/txp/Makefile b/sys/modules/txp/Makefile index af7b596..7e1f500 100644 --- a/sys/modules/txp/Makefile +++ b/sys/modules/txp/Makefile @@ -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 -- cgit v1.1