10 lines
182 B
Makefile
10 lines
182 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/cs
|
|
|
|
KMOD= if_cs
|
|
SRCS= if_cs.c if_cs_isa.c if_cs_pccard.c
|
|
SRCS+= bus_if.h card_if.h device_if.h isa_if.h pccarddevs.h
|
|
|
|
.include <bsd.kmod.mk>
|