diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2001-09-05 23:47:02 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2001-09-05 23:47:02 +0000 |
| commit | 0fddbf874719b9bd50cf66ac26d1140bb3f2be69 (patch) | |
| tree | cf220f54ec51a6df56e4bc9000cc0d0d0aba3a30 /sys/modules/txp | |
| parent | 920b58e88f568cf0f47db134aa5360c151d1a0ea (diff) | |
Notes
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 af7b5968bc41..7e1f500e85c5 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> |
