mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
daeba9bdc6
src/sys/pci to src/sys/dev.
10 lines
144 B
Makefile
10 lines
144 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/vr
|
|
|
|
KMOD= if_vr
|
|
SRCS= if_vr.c device_if.h bus_if.h pci_if.h
|
|
SRCS+= miibus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|