freebsd-dev/sys/modules/bge/Makefile
David E. O'Brien 2d3ce7133a Remove miidevs.h and generate it from miidevs at compile time.
The devlist2h.awk tool to do this has been repocopied to sys/tools/.
2003-01-19 02:59:34 +00:00

9 lines
160 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/bge
KMOD= if_bge
SRCS= if_bge.c miibus_if.h miidevs.h opt_bdg.h device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>