From 33a105fb69b1398294e304790c2eb7017f188d1e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 7 May 2012 11:08:48 -0500 Subject: Revert: Remove CVS Ids See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details. --- testsuites/mptests/mp09/Makefile.am | 4 ++++ testsuites/mptests/mp09/node1/Makefile.am | 4 ++++ testsuites/mptests/mp09/node2/Makefile.am | 4 ++++ 3 files changed, 12 insertions(+) (limited to 'testsuites/mptests/mp09') diff --git a/testsuites/mptests/mp09/Makefile.am b/testsuites/mptests/mp09/Makefile.am index 08a90da412..4665714c9e 100644 --- a/testsuites/mptests/mp09/Makefile.am +++ b/testsuites/mptests/mp09/Makefile.am @@ -1,3 +1,7 @@ +## +## $Id$ +## + SUBDIRS = node1 node2 include $(top_srcdir)/../automake/subdirs.am diff --git a/testsuites/mptests/mp09/node1/Makefile.am b/testsuites/mptests/mp09/node1/Makefile.am index f3b3d114de..3485f14137 100644 --- a/testsuites/mptests/mp09/node1/Makefile.am +++ b/testsuites/mptests/mp09/node1/Makefile.am @@ -1,3 +1,7 @@ +## +## $Id$ +## + rtems_tests_PROGRAMS = mp09-node1 mp09_node1_SOURCES = ../init.c ../task1.c ../recvmsg.c ../sendmsg.c ../system.h diff --git a/testsuites/mptests/mp09/node2/Makefile.am b/testsuites/mptests/mp09/node2/Makefile.am index 7c7eeb6b74..e057b612e2 100644 --- a/testsuites/mptests/mp09/node2/Makefile.am +++ b/testsuites/mptests/mp09/node2/Makefile.am @@ -1,3 +1,7 @@ +## +## $Id$ +## + rtems_tests_PROGRAMS = mp09-node2 mp09_node2_SOURCES = ../init.c ../task1.c ../recvmsg.c ../sendmsg.c ../system.h -- cgit v1.2.3