summaryrefslogtreecommitdiff
path: root/share/examples/ppi
diff options
context:
space:
mode:
Diffstat (limited to 'share/examples/ppi')
-rw-r--r--share/examples/ppi/Makefile2
-rw-r--r--share/examples/ppi/ppilcd.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/ppi/Makefile b/share/examples/ppi/Makefile
index c77260c8d32a1..997987385b704 100644
--- a/share/examples/ppi/Makefile
+++ b/share/examples/ppi/Makefile
@@ -1,6 +1,6 @@
# Makefile to build LCD control software for ppi(4) interface.
#
-# $Id$
+# $Id: Makefile,v 1.1 1998/01/02 12:10:55 msmith Exp $
PROG= ppilcd
NOMAN= YES
diff --git a/share/examples/ppi/ppilcd.c b/share/examples/ppi/ppilcd.c
index 4ad7e2aaee010..9b54d9126083d 100644
--- a/share/examples/ppi/ppilcd.c
+++ b/share/examples/ppi/ppilcd.c
@@ -2,7 +2,7 @@
* Control LCD module hung off parallel port using the
* ppi 'geek port' interface.
*
- * $Id$
+ * $Id: ppilcd.c,v 1.1 1998/01/02 12:10:56 msmith Exp $
*/
#include <stdio.h>