ce97f69621
Reported by: gjb
9 lines
166 B
Makefile
9 lines
166 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/ffec
|
|
|
|
KMOD= if_ffec
|
|
SRCS= if_ffec.c miibus_if.h device_if.h bus_if.h pci_if.h ofw_bus_if.h opt_global.h
|
|
|
|
.include <bsd.kmod.mk>
|