xref: /dragonfly/sys/dev/netif/xe/Makefile (revision e6d22e9b)
1# $FreeBSD: src/sys/modules/xe/Makefile,v 1.1.2.1 2002/04/08 18:04:18 asmodai Exp $
2
3KMOD	= if_xe
4SRCS	= if_xe.c if_xe_pccard.c	\
5	  device_if.h card_if.h pccarddevs.h bus_if.h
6
7.include <bsd.kmod.mk>
8