diff options
author | brooks <brooks@FreeBSD.org> | 2001-09-05 23:47:02 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2001-09-05 23:47:02 +0000 |
commit | 6fafba46d7bb5443278fdb6bbbe187982fb6022a (patch) | |
tree | cf220f54ec51a6df56e4bc9000cc0d0d0aba3a30 /sys/modules/txp | |
parent | 28aafd1768e5e8dbd892520747bf6d402b8a702e (diff) | |
download | FreeBSD-src-6fafba46d7bb5443278fdb6bbbe187982fb6022a.zip FreeBSD-src-6fafba46d7bb5443278fdb6bbbe187982fb6022a.tar.gz |
vlan.h is obsolete, don't create it anymore.
Diffstat (limited to 'sys/modules/txp')
-rw-r--r-- | sys/modules/txp/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
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 <bsd.kmod.mk> |