9e4be63dd6
makefiles. Bad examples in fxp/Makefile keep getting copied to new makefiles.
10 lines
265 B
Makefile
10 lines
265 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/mii
|
|
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 exphy.c nsphy.c
|
|
SRCS += mlphy.c tlphy.c rlphy.c amphy.c dcphy.c pnphy.c
|
|
|
|
.include <bsd.kmod.mk>
|