Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / sys / dev / netif / xe / Makefile
1 # $FreeBSD: src/sys/modules/xe/Makefile,v 1.1.2.1 2002/04/08 18:04:18 asmodai Exp $
2 # $DragonFly: src/sys/dev/netif/xe/Makefile,v 1.5 2006/06/25 11:02:39 corecode Exp $
3
4 KMOD    = if_xe
5 SRCS    = if_xe.c if_xe_pccard.c        \
6           device_if.h card_if.h bus_if.h pci_if.h
7 SRCS    += if_xevar.h if_xereg.h
8
9 .include <bsd.kmod.mk>