mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
9 lines
153 B
Makefile
9 lines
153 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/gem
|
|
|
|
KMOD= if_gem
|
|
SRCS= if_gem.c if_gem_pci.c device_if.h bus_if.h pci_if.h miibus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|