Makefile revision 345186
1# $FreeBSD: stable/11/sys/modules/fxp/Makefile 345186 2019-03-15 15:16:31Z markj $
2
3.PATH: ${SRCTOP}/sys/dev/fxp
4
5KMOD=	if_fxp
6SRCS=	device_if.h bus_if.h if_fxp.c inphy.c miibus_if.h miidevs.h pci_if.h
7
8.include <bsd.kmod.mk>
9