freebsd-dev/sys/modules/cs/Makefile

10 lines
182 B
Makefile
Raw Normal View History

2003-11-04 01:36:35 +00:00
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/cs
KMOD= if_cs
2004-09-04 03:32:15 +00:00
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
2003-11-04 01:36:35 +00:00
.include <bsd.kmod.mk>