diff options
| author | Max Laier <mlaier@FreeBSD.org> | 2005-09-27 18:10:43 +0000 |
|---|---|---|
| committer | Max Laier <mlaier@FreeBSD.org> | 2005-09-27 18:10:43 +0000 |
| commit | b6de9e91bd2c47efaeec72a08642f8fd99cc7b20 (patch) | |
| tree | 06d50385e76f077f148ab914f1e6e424fbea50a1 /sys/modules/tx | |
| parent | 458d22f30259508abcc97d1331ad091d5e70c523 (diff) | |
Notes
Diffstat (limited to 'sys/modules/tx')
| -rw-r--r-- | sys/modules/tx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/tx/Makefile b/sys/modules/tx/Makefile index 8d4ded923798..1fe6ba119a86 100644 --- a/sys/modules/tx/Makefile +++ b/sys/modules/tx/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/../../dev/tx KMOD= if_tx -SRCS= if_tx.c opt_bdg.h device_if.h bus_if.h pci_if.h +SRCS= if_tx.c device_if.h bus_if.h pci_if.h SRCS+= miibus_if.h miidevs.h .include <bsd.kmod.mk> |
