mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
9 lines
140 B
Makefile
9 lines
140 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/jme
|
|
|
|
KMOD= if_jme
|
|
SRCS= if_jme.c device_if.h bus_if.h pci_if.h miibus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|