Module Name: src
Committed By: pgoyette
Date: Mon May 30 19:31:20 UTC 2011
Modified Files:
src/tests/usr.bin: Makefile
Log Message:
Descend into mkdep to catch its test
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/usr.bin/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/usr.bin/Makefile
diff -u src/tests/usr.bin/Makefile:1.5 src/tests/usr.bin/Makefile:1.6
--- src/tests/usr.bin/Makefile:1.5 Tue May 3 15:13:50 2011
+++ src/tests/usr.bin/Makefile Mon May 30 19:31:19 2011
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2011/05/03 15:13:50 jruoho Exp $
+# $NetBSD: Makefile,v 1.6 2011/05/30 19:31:19 pgoyette Exp $
#
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/usr.bin
-TESTS_SUBDIRS+= diff pr rump_server shmif_dumpbus unifdef
+TESTS_SUBDIRS+= diff mkdep pr rump_server shmif_dumpbus unifdef
.include <bsd.test.mk>