freebsd-dev/sys/modules/vr/Makefile

9 lines
171 B
Makefile
Raw Normal View History

1999-08-28 01:08:13 +00:00
# $FreeBSD$
.PATH: ${.CURDIR}/../../pci
KMOD = if_vr
SRCS = if_vr.c opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS += miibus_if.h
.include "${.CURDIR}/../../conf/kmod.mk"