Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / sys / dev / netif / fwe / Makefile
1 # $FreeBSD: src/sys/modules/firewire/fwe/Makefile,v 1.2.2.2 2003/04/28 03:29:19 simokawa Exp $
2 # $DragonFly: src/sys/dev/netif/fwe/Makefile,v 1.2 2003/06/17 04:28:44 dillon Exp $
3
4 # Makefile for the fwe(4) module (Ethernet over IEEE1394)
5
6 .PATH: ${.CURDIR}/../../../dev/firewire
7
8 KMOD    = if_fwe
9 SRCS    = bus_if.h device_if.h \
10           opt_inet.h \
11           if_fwe.c if_fwevar.h \
12           firewire.h firewirereg.h
13 #CFLAGS += -DDEVICE_POLLING
14
15 .include <bsd.kmod.mk>
16