1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/modules/vr/Makefile
Pyun YongHyeon daeba9bdc6 Update file list and Makefile after repocopying vr(4) from
src/sys/pci to src/sys/dev.
2008-03-11 03:50:57 +00:00

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>