From 0f7e6dda9fcfcd6e66f8711b55ffccec88b75409 Mon Sep 17 00:00:00 2001 From: joe Date: Mon, 18 Mar 2002 18:23:42 +0000 Subject: Add a USB comm driver. Ported from NetBSD by: akiyama --- sys/modules/ucom/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sys/modules/ucom/Makefile (limited to 'sys/modules/ucom') diff --git a/sys/modules/ucom/Makefile b/sys/modules/ucom/Makefile new file mode 100644 index 0000000..b3cfc72 --- /dev/null +++ b/sys/modules/ucom/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ + +S= ${.CURDIR}/../.. +.PATH: $S/dev/usb + +KMOD= ucom +SRCS= ucom.c ucomvar.h opt_usb.h device_if.h bus_if.h vnode_if.h +NOMAN= + +.include -- cgit v1.1