diff options
Diffstat (limited to 'share/examples')
-rw-r--r-- | share/examples/FreeBSD_version/Makefile | 2 | ||||
-rw-r--r-- | share/examples/Makefile | 2 | ||||
-rw-r--r-- | share/examples/etc/README.examples | 2 | ||||
-rw-r--r-- | share/examples/find_interface/Makefile | 2 | ||||
-rw-r--r-- | share/examples/find_interface/find_interface.c | 2 | ||||
-rw-r--r-- | share/examples/lkm/misc/module/Makefile | 2 | ||||
-rw-r--r-- | share/examples/lkm/misc/test/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/share/examples/FreeBSD_version/Makefile b/share/examples/FreeBSD_version/Makefile index 685c2348f20e8..e9e6e1f665b11 100644 --- a/share/examples/FreeBSD_version/Makefile +++ b/share/examples/FreeBSD_version/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1 1994/08/10 06:40:35 wollman Exp $ PROG= FreeBSD_version NOMAN= diff --git a/share/examples/Makefile b/share/examples/Makefile index 9d4763ed8507f..e8a01d87abf99 100644 --- a/share/examples/Makefile +++ b/share/examples/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.13.4.5 1996/05/04 13:57:02 jkh Exp $ +# $Id: Makefile,v 1.13.4.6 1996/09/12 17:27:05 jkh Exp $ # # Doing a make install builds /usr/share/examples diff --git a/share/examples/etc/README.examples b/share/examples/etc/README.examples index e15b3b7380a5d..354ed54562732 100644 --- a/share/examples/etc/README.examples +++ b/share/examples/etc/README.examples @@ -1,4 +1,4 @@ -$Id$ +$Id: README.examples,v 1.1 1994/09/19 21:27:56 wollman Exp $ The /usr/share/examples/etc directory contains the original distribution versions of the files which are shipped in /etc. This is diff --git a/share/examples/find_interface/Makefile b/share/examples/find_interface/Makefile index fcc330cc19496..29eb19193c6c3 100644 --- a/share/examples/find_interface/Makefile +++ b/share/examples/find_interface/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1 1995/08/14 16:08:33 wollman Exp $ PROG= find_interface NOMAN= diff --git a/share/examples/find_interface/find_interface.c b/share/examples/find_interface/find_interface.c index e534314f86748..5791f75ad1da1 100644 --- a/share/examples/find_interface/find_interface.c +++ b/share/examples/find_interface/find_interface.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: find_interface.c,v 1.1 1995/08/14 16:08:39 wollman Exp $ + * $Id: find_interface.c,v 1.2 1996/03/12 10:22:22 ache Exp $ */ /* diff --git a/share/examples/lkm/misc/module/Makefile b/share/examples/lkm/misc/module/Makefile index 6c08a6617e7dd..7f453bbe226cc 100644 --- a/share/examples/lkm/misc/module/Makefile +++ b/share/examples/lkm/misc/module/Makefile @@ -34,7 +34,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: Makefile,v 1.3 1995/12/25 07:18:49 bde Exp $ +# $Id: Makefile,v 1.1.6.1 1996/07/01 14:20:15 joerg Exp $ # BINDIR= /tmp SRCS= misccall.c miscmod.c diff --git a/share/examples/lkm/misc/test/Makefile b/share/examples/lkm/misc/test/Makefile index 5bfb2536e3a22..949d8f1253387 100644 --- a/share/examples/lkm/misc/test/Makefile +++ b/share/examples/lkm/misc/test/Makefile @@ -34,7 +34,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: Makefile,v 1.3 1995/12/25 07:18:59 bde Exp $ +# $Id: Makefile,v 1.1.6.1 1996/07/01 14:20:25 joerg Exp $ # PROG= testmisc NOMAN= |