freebsd-dev/sys/modules/umct/Makefile
Scott Long 871f5c8c2d Add 'umct', a driver for MCT Corp. and Belkin F5U109 USB-Serial adapters.
This is based on the ubsa driver by Alexander Kabaev along with documentation
gleaned from the Linux mct_u232 driver.  I've had this driver sitting in my
tree for almost 6 months, and several others have found it useful.
2003-06-28 05:45:55 +00:00

11 lines
159 B
Makefile

# $FreeBSD$
S= ${.CURDIR}/../..
.PATH: $S/dev/usb
KMOD= umct
SRCS= umct.c ucomvar.h opt_usb.h device_if.h bus_if.h vnode_if.h
NOMAN=
.include <bsd.kmod.mk>