Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 2011/01/07 11:17:22 jmcneill Exp $
2
3.include "../Makefile.inc"
4
5.PATH:	${S}/dev/pci
6
7KMOD=	if_cas
8IOCONF=	if_cas.ioconf
9SRCS=	if_cas.c
10CPPFLAGS+= -DINET
11
12WARNS=	3
13
14.include <bsd.kmodule.mk>
15