diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
| commit | 2e61cbb7f50878e738849ea4384118c13733f09c (patch) | |
| tree | e87cf98a8f654158f3ba922ed4d31607b79c4944 /share/examples/ppi | |
| parent | 76b5366091f76c9bc73570149ef5055648fc2c39 (diff) | |
Diffstat (limited to 'share/examples/ppi')
| -rw-r--r-- | share/examples/ppi/Makefile | 2 | ||||
| -rw-r--r-- | share/examples/ppi/ppilcd.c | 2 |
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> |
