net/if_clone: Panic if the same cloner is attached twice
[dragonfly.git] / sys / dev / usbmisc / uticom / Makefile
1 # $DragonFly: src/sys/dev/usbmisc/uticom/Makefile,v 1.1 2007/11/07 08:31:08 hasso Exp $
2
3 .PATH: ${.CURDIR}/../ucom
4
5 KMOD=   uticom
6 SRCS=   uticom.c uticom_fw3410.h
7 SRCS+=  ucomvar.h opt_usb.h bus_if.h device_if.h
8
9 .include <bsd.kmod.mk>
10