Module Name: src
Committed By: jruoho
Date: Sun May 1 11:44:41 UTC 2011
Modified Files:
src/tests/lib/libc: Makefile
Log Message:
Add the new 'termios' subdirectory.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/tests/lib/libc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/libc/Makefile
diff -u src/tests/lib/libc/Makefile:1.39 src/tests/lib/libc/Makefile:1.40
--- src/tests/lib/libc/Makefile:1.39 Sat Apr 9 17:45:24 2011
+++ src/tests/lib/libc/Makefile Sun May 1 11:44:41 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2011/04/09 17:45:24 pgoyette Exp $
+# $NetBSD: Makefile,v 1.40 2011/05/01 11:44:41 jruoho Exp $
.include <bsd.own.mk>
.include <bsd.sys.mk>
@@ -6,7 +6,7 @@
SUBDIR+= tls_dso .WAIT
TESTS_SUBDIRS+= db gen hash ieeefp inet locale net regex rpc setjmp stdlib
-TESTS_SUBDIRS+= stdio string sys time tls ttyio
+TESTS_SUBDIRS+= stdio string sys termios time tls ttyio
.if ${HAS_SSP} == "yes"
TESTS_SUBDIRS+= ssp