1# Makefile for the fwe(4) module (Ethernet over IEEE1394) 2 3.PATH: ${SRCTOP}/sys/dev/firewire 4 5KMOD = if_fwe 6SRCS = bus_if.h device_if.h \ 7 opt_inet.h \ 8 if_fwe.c if_fwevar.h \ 9 firewire.h firewirereg.h 10#CFLAGS += -DDEVICE_POLLING 11 12.include <bsd.kmod.mk> 13