diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2001-09-05 23:04:53 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2001-09-05 23:04:53 +0000 |
| commit | 5c88c82cf3339492cf9fcc777382c12268198da5 (patch) | |
| tree | 2ad3d0064c167d8549305e65563a5cf1d7cd7d8e /sys/modules/tx | |
| parent | 2441ae608e3e489e7dd3f615b6e5da5bf331f00c (diff) | |
Notes
Diffstat (limited to 'sys/modules/tx')
| -rw-r--r-- | sys/modules/tx/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/modules/tx/Makefile b/sys/modules/tx/Makefile index b9fdd6d18e64..c1c1dfa0c684 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 <bsd.kmod.mk> |
