diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2001-05-11 19:56:39 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2001-05-11 19:56:39 +0000 |
| commit | ce4946daa5ce852d28008dac492029500ab2ee95 (patch) | |
| tree | fce32425d8f72b802eed6eba71e024a810b3e96e /sys/modules/mii/Makefile | |
| parent | 9c4d044a0e80cbb9d54b38081fdde1bd51423c86 (diff) | |
Notes
Diffstat (limited to 'sys/modules/mii/Makefile')
| -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 c8ab470b0572..45e9f40bec11 100644 --- a/sys/modules/mii/Makefile +++ b/sys/modules/mii/Makefile @@ -6,6 +6,6 @@ KMOD= miibus 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 inphy.c -SRCS+= brgphy.c xmphy.c pnaphy.c lxtphy.c qsphy.c acphy.c +SRCS+= brgphy.c xmphy.c pnaphy.c lxtphy.c qsphy.c acphy.c nsgphy.c .include <bsd.kmod.mk> |
