Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[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.2 2003/06/17 04:28:47 dillon Exp $
3
4 .PATH:  ${.CURDIR}/../../dev/xe
5 KMOD    = if_xe
6 SRCS    = if_xe.c opt_bdg.h 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>