diff options
author | peter <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
commit | 76f0c923fe4b2a1616453876611dc76b4f6b5355 (patch) | |
tree | 11c3e263d5f0f3acaf3b23fd63177baa9d93b750 /lib/compat | |
parent | c148814ac642685a549ea821e649cd359879c935 (diff) | |
download | FreeBSD-src-76f0c923fe4b2a1616453876611dc76b4f6b5355.zip FreeBSD-src-76f0c923fe4b2a1616453876611dc76b4f6b5355.tar.gz |
$Id$ -> $FreeBSD$
Diffstat (limited to 'lib/compat')
-rw-r--r-- | lib/compat/Makefile | 2 | ||||
-rw-r--r-- | lib/compat/Makefile.inc | 2 | ||||
-rw-r--r-- | lib/compat/compat1x/Makefile | 2 | ||||
-rw-r--r-- | lib/compat/compat20/Makefile | 2 | ||||
-rw-r--r-- | lib/compat/compat21/Makefile | 2 | ||||
-rw-r--r-- | lib/compat/compat22/Makefile | 2 | ||||
-rw-r--r-- | lib/compat/compat3x.i386/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/lib/compat/Makefile b/lib/compat/Makefile index c502201..7d8bdfc 100644 --- a/lib/compat/Makefile +++ b/lib/compat/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1999/04/20 11:34:20 obrien Exp $ +# $FreeBSD$ SUBDIR= diff --git a/lib/compat/Makefile.inc b/lib/compat/Makefile.inc index b7db7f3..23e2711 100644 --- a/lib/compat/Makefile.inc +++ b/lib/compat/Makefile.inc @@ -1,3 +1,3 @@ -# $Id: Makefile.inc,v 1.4 1997/02/22 14:57:33 peter Exp $ +# $FreeBSD$ LIBCOMPATDIR?= ${LIBDIR}/compat/aout diff --git a/lib/compat/compat1x/Makefile b/lib/compat/compat1x/Makefile index 2d7a969..07be405 100644 --- a/lib/compat/compat1x/Makefile +++ b/lib/compat/compat1x/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 1999/04/06 12:51:42 peter Exp $ +# $FreeBSD$ DISTRIBUTION= compat1x diff --git a/lib/compat/compat20/Makefile b/lib/compat/compat20/Makefile index 4544668..f416b33 100644 --- a/lib/compat/compat20/Makefile +++ b/lib/compat/compat20/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 1999/04/06 12:51:43 peter Exp $ +# $FreeBSD$ DISTRIBUTION= compat20 diff --git a/lib/compat/compat21/Makefile b/lib/compat/compat21/Makefile index 417de3c..652bbb7 100644 --- a/lib/compat/compat21/Makefile +++ b/lib/compat/compat21/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.10 1999/04/06 12:51:43 peter Exp $ +# $FreeBSD$ DISTRIBUTION= compat21 diff --git a/lib/compat/compat22/Makefile b/lib/compat/compat22/Makefile index 1abd61b..94457f3 100644 --- a/lib/compat/compat22/Makefile +++ b/lib/compat/compat22/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1999/05/21 18:35:57 obrien Exp $ +# $FreeBSD$ DISTRIBUTION= compat22 diff --git a/lib/compat/compat3x.i386/Makefile b/lib/compat/compat3x.i386/Makefile index c30d6ad..e78ee00 100644 --- a/lib/compat/compat3x.i386/Makefile +++ b/lib/compat/compat3x.i386/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1999/04/20 11:32:09 obrien Exp $ +# $FreeBSD$ DISTRIBUTION= compat3x |