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