Merge branch 'vendor/ELFTOOLCHAIN'
[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
3 KMOD    = if_xe
4 SRCS    = if_xe.c if_xe_pccard.c        \
5           device_if.h card_if.h pccarddevs.h bus_if.h pci_if.h
6 SRCS    += if_xevar.h if_xereg.h
7
8 .include <bsd.kmod.mk>