summaryrefslogtreecommitdiff
path: root/tftpTest
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-21 13:26:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-21 13:26:06 +0000
commit7ba2ac5fded8b9a9ec796a8d05298557defa56f2 (patch)
tree3a3af0ac93aef57c5ff204aa0ab706c750d59c0d /tftpTest
parent0c9330e967a2926a2424155c941904e7d4d5815f (diff)
Added CVS Id Strings which were missing
Diffstat (limited to 'tftpTest')
-rw-r--r--tftpTest/Makefile4
-rw-r--r--tftpTest/init.c2
-rw-r--r--tftpTest/test.c2
3 files changed, 8 insertions, 0 deletions
diff --git a/tftpTest/Makefile b/tftpTest/Makefile
index 7750586..2047d02 100644
--- a/tftpTest/Makefile
+++ b/tftpTest/Makefile
@@ -1,3 +1,7 @@
+#
+# $Id$
+#
+
SAMPLE=tftp
PGM=${ARCH}/$(SAMPLE).exe
diff --git a/tftpTest/init.c b/tftpTest/init.c
index 2ff7a67..f7d36c5 100644
--- a/tftpTest/init.c
+++ b/tftpTest/init.c
@@ -11,6 +11,8 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
+ *
+ * $Id$
*/
#include <bsp.h>
diff --git a/tftpTest/test.c b/tftpTest/test.c
index a17183a..7cbb988 100644
--- a/tftpTest/test.c
+++ b/tftpTest/test.c
@@ -11,6 +11,8 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
+ *
+ * $Id$
*/
#include <stdio.h>