1# Makefile for the IIDC 1394-based Digital Camera driver 2 3.PATH: ${SRCTOP}/sys/dev/firewire ${SRCTOP}/sys/dev/video 4 5KMOD = fwcam 6SRCS = bus_if.h device_if.h \ 7 video_if.h \ 8 fwcam.c fwcam.h fw_helpers.h \ 9 firewire.h firewirereg.h \ 10 iec13213.h 11 12.include <bsd.kmod.mk> 13