freebsd-dev/sys/modules/pcic/Makefile
Warner Losh ff93e72c08 Fix this based on Mike's moved pci code. We needed to delete the pci_m
from this module anyway, so I just did that.
2000-12-14 00:06:10 +00:00

10 lines
224 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/pcic ${.CURDIR}/../../dev/pccard
KMOD= pcic
SRCS= i82365.c i82365_isa.c device_if.h bus_if.h isa_if.h \
power_if.h card_if.h power_if.c card_if.c
NOMAN=
.include <bsd.kmod.mk>