Makefile revision 90970
1# $FreeBSD: head/sys/modules/xe/Makefile 90970 2002-02-20 15:00:34Z shiba $
2
3.PATH: ${.CURDIR}/../../dev/xe
4
5KMOD=	if_xe
6SRCS=	if_xe.c if_xe_pccard.c
7SRCS+=	bus_if.h card_if.h device_if.h
8
9.include <bsd.kmod.mk>
10