xref: /freebsd/sys/modules/re/Makefile (revision a94100fa9b9ddccb74164cb9407e69fba557dbac)
1a94100faSBill Paul# $FreeBSD$
2a94100faSBill Paul
3a94100faSBill Paul.PATH: ${.CURDIR}/../../pci
4a94100faSBill Paul
5a94100faSBill PaulKMOD=	if_re
6a94100faSBill PaulSRCS=	if_re.c opt_bdg.h device_if.h bus_if.h pci_if.h
7a94100faSBill PaulSRCS+=	miibus_if.h
8a94100faSBill Paul
9a94100faSBill Paul.include <bsd.kmod.mk>
10