freebsd-dev/sys/modules/wpi/Makefile
Antoine Brodin 10f0bcab61 Remove option headers that do not exist and are not used
from the Makefiles in sys/modules.
(opt_devfs.h, opt_bdg.h, opt_emu10kx.h and opt_uslcom.h)

Approved by:	rwatson (mentor)
2008-03-27 20:38:03 +00:00

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>