Makefile revision 319182
1# $FreeBSD: stable/11/sys/modules/cs/Makefile 319182 2017-05-30 04:11:12Z ngie $
2
3.PATH: ${SRCTOP}/sys/dev/cs
4
5KMOD=	if_cs
6SRCS=	if_cs.c if_cs_isa.c if_cs_pccard.c
7SRCS+=	bus_if.h card_if.h device_if.h isa_if.h pccarddevs.h
8
9.include <bsd.kmod.mk>
10