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