mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-09 13:42:56 +00:00
9 lines
150 B
Makefile
9 lines
150 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/bge
|
|
|
|
KMOD= if_bge
|
|
SRCS= if_bge.c miibus_if.h miidevs.h device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|