Module Name:    src
Committed By:   pooka
Date:           Mon Jun 14 14:47:58 UTC 2010

Modified Files:
        src/sys/rump/dev/lib/libucom: Makefile

Log Message:
tty support is finally a standalone component


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/rump/dev/lib/libucom/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/dev/lib/libucom/Makefile
diff -u src/sys/rump/dev/lib/libucom/Makefile:1.4 src/sys/rump/dev/lib/libucom/Makefile:1.5
--- src/sys/rump/dev/lib/libucom/Makefile:1.4	Mon Mar  1 15:41:15 2010
+++ src/sys/rump/dev/lib/libucom/Makefile	Mon Jun 14 14:47:58 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2010/03/01 15:41:15 pooka Exp $
+#	$NetBSD: Makefile,v 1.5 2010/06/14 14:47:58 pooka Exp $
 #
 
 .PATH:	${.CURDIR}/../../../../dev/usb ${.CURDIR}/../../../../kern
@@ -9,7 +9,6 @@
 SRCS=	ucom.c uplcom.c u3g.c
 
 SRCS+=	ucom_at_usb.c
-SRCS+=	tty.c tty_conf.c tty_tty.c tty_subr.c
 
 CPPFLAGS+=	-I${RUMPTOP}/librump/rumpvfs
 

Reply via email to