aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/bfe/Makefile
blob: 19413f7d994d9b0129a5abd16959ddfddaa612f6 (plain) (blame)
1
2
3
4
5
6
7
8
# $FreeBSD$

.PATH: ${.CURDIR}/../../dev/bfe

KMOD=	if_bfe
SRCS=	if_bfe.c miibus_if.h miidevs.h device_if.h bus_if.h pci_if.h

.include <bsd.kmod.mk>