diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
commit | 9c4d1c1956ecb0a222fb2f4579c320391fb67f06 (patch) | |
tree | a9ac9b0e0ce25e6b0acc0f247dc4572d56ecc496 /share/examples/ppi | |
parent | 1c808b47a2787a3a6a6ee0ca2fffb39b8e17a29a (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 9b0d0d59c3d30..ab874b6a1a366 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. # -# $FreeBSD$ +# $FreeBSD: src/share/examples/ppi/Makefile,v 1.6.24.1 2010/02/10 00:26:20 kensmith Exp $ PROG= ppilcd NO_MAN= diff --git a/share/examples/ppi/ppilcd.c b/share/examples/ppi/ppilcd.c index fd2506d66cd5f..18a80abdfefcc 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. * - * $FreeBSD$ + * $FreeBSD: src/share/examples/ppi/ppilcd.c,v 1.6.24.1 2010/02/10 00:26:20 kensmith Exp $ */ #include <stdio.h> |