Module Name: src
Committed By: pooka
Date: Thu Feb 3 17:21:18 UTC 2011
Added Files:
src/tests/usr.bin: Makefile
Log Message:
commit works better when you cvs add first
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/tests/usr.bin/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: src/tests/usr.bin/Makefile
diff -u /dev/null src/tests/usr.bin/Makefile:1.1
--- /dev/null Thu Feb 3 17:21:18 2011
+++ src/tests/usr.bin/Makefile Thu Feb 3 17:21:17 2011
@@ -0,0 +1,10 @@
+# $NetBSD: Makefile,v 1.1 2011/02/03 17:21:17 pooka Exp $
+#
+
+.include <bsd.own.mk>
+
+TESTSDIR= ${TESTSBASE}/usr.bin
+
+TESTS_SUBDIRS+= rump_server
+
+.include <bsd.test.mk>