diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 15:12:41 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 15:12:41 +0000 |
commit | 6b08958c64bd274652d33b6f406630fcb201cd3d (patch) | |
tree | 917f8907edc047db430fc69dab9b26a7bb9900aa /lib/compat | |
parent | fda548cb83fcf40b601cfc7e728f768979b88264 (diff) | |
download | FreeBSD-src-6b08958c64bd274652d33b6f406630fcb201cd3d.zip FreeBSD-src-6b08958c64bd274652d33b6f406630fcb201cd3d.tar.gz |
Revert $FreeBSD$ to $Id$
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 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/compat/Makefile b/lib/compat/Makefile index 73a612a..4de6109 100644 --- a/lib/compat/Makefile +++ b/lib/compat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ SUBDIR= diff --git a/lib/compat/Makefile.inc b/lib/compat/Makefile.inc index 74e177f..5201d4a 100644 --- a/lib/compat/Makefile.inc +++ b/lib/compat/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $Id$ LIBCOMPATDIR?= ${LIBDIR}/compat diff --git a/lib/compat/compat1x/Makefile b/lib/compat/compat1x/Makefile index d83e938..51e6807 100644 --- a/lib/compat/compat1x/Makefile +++ b/lib/compat/compat1x/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ DISTRIBUTION= compat1x diff --git a/lib/compat/compat20/Makefile b/lib/compat/compat20/Makefile index 0df10a3..a9849be 100644 --- a/lib/compat/compat20/Makefile +++ b/lib/compat/compat20/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ DISTRIBUTION= compat20 diff --git a/lib/compat/compat21/Makefile b/lib/compat/compat21/Makefile index caa24c6..50e2f23 100644 --- a/lib/compat/compat21/Makefile +++ b/lib/compat/compat21/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ DISTRIBUTION= compat21 |