Makefile revision 129740
1# $FreeBSD: head/sys/modules/xe/Makefile 129740 2004-05-26 00:53:10Z imp $
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 pccarddevs.h
8
9.include <bsd.kmod.mk>
10