diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2003-10-29 17:06:48 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2003-10-29 17:06:48 +0000 |
| commit | 1b8bd21f62a40bbbdbdf6286f11d2c730ae9e8d1 (patch) | |
| tree | 46b1f5869c75d05e55bcfee0e78d8c82741a5188 /sys/modules | |
| parent | 69544a6fcf1a1943e17c225428680da1d7535f57 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/mii/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/mii/Makefile b/sys/modules/mii/Makefile index 9185c87d66e0..75efb9619611 100644 --- a/sys/modules/mii/Makefile +++ b/sys/modules/mii/Makefile @@ -6,6 +6,6 @@ SRCS = mii.c mii_physubr.c ukphy.c ukphy_subr.c bus_if.h pci_if.h SRCS += miibus_if.h device_if.h miibus_if.c e1000phy.c exphy.c nsphy.c SRCS += mlphy.c tlphy.c rlphy.c amphy.c dcphy.c pnphy.c nsgphy.c SRCS += pnaphy.c brgphy.c xmphy.c inphy.c lxtphy.c qsphy.c acphy.c -SRCS += ruephy.c +SRCS += ruephy.c tdkphy.c .include <bsd.kmod.mk> |
