10f0bcab61
from the Makefiles in sys/modules. (opt_devfs.h, opt_bdg.h, opt_emu10kx.h and opt_uslcom.h) Approved by: rwatson (mentor)
9 lines
137 B
Makefile
9 lines
137 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/wpi
|
|
|
|
KMOD = if_wpi
|
|
SRCS = if_wpi.c device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|