diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
| commit | a9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch) | |
| tree | 50188ea5c781ddc35338e77f24e94f1aa22aae1c /usr.bin/make | |
| parent | ba209d619d07461cc752dcdd596ab0d9b50e847a (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs
'RELENG_7_0_0_RELEASE'.
This commit was manufactured to restore the state of the 7.0-RELEASE image.
Diffstat (limited to 'usr.bin/make')
46 files changed, 46 insertions, 46 deletions
diff --git a/usr.bin/make/GNode.h b/usr.bin/make/GNode.h index 71d2afd93418..70a78bf9bf9f 100644 --- a/usr.bin/make/GNode.h +++ b/usr.bin/make/GNode.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/GNode.h,v 1.5 2007/04/20 06:33:25 fjoe Exp $ */ #ifndef GNode_h_39503bf2 diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index c054ae0e2d6d..0e9f6a3a0423 100644 --- a/usr.bin/make/Makefile +++ b/usr.bin/make/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 5.2 (Berkeley) 12/28/90 # $Id: Makefile,v 1.6 1994/06/30 05:33:39 cgd Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/make/Makefile,v 1.65 2006/05/11 18:08:44 ru Exp $ PROG= make CFLAGS+=-I${.CURDIR} diff --git a/usr.bin/make/Makefile.dist b/usr.bin/make/Makefile.dist index 0a485e1db01f..5b85088e9c79 100644 --- a/usr.bin/make/Makefile.dist +++ b/usr.bin/make/Makefile.dist @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/make/Makefile.dist,v 1.4 2005/05/24 13:19:40 harti Exp $ # a very simple makefile... pmake: @echo 'make started.' diff --git a/usr.bin/make/PSD.doc/stubs b/usr.bin/make/PSD.doc/stubs index 39d8defe2e14..156d34e0e3bb 100644 --- a/usr.bin/make/PSD.doc/stubs +++ b/usr.bin/make/PSD.doc/stubs @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/make/PSD.doc/stubs,v 1.1 2000/11/24 10:05:30 ru Exp $ .\" .de Ix .. diff --git a/usr.bin/make/PSD.doc/tutorial.ms b/usr.bin/make/PSD.doc/tutorial.ms index 320d5dfc3c4b..0701bde18127 100644 --- a/usr.bin/make/PSD.doc/tutorial.ms +++ b/usr.bin/make/PSD.doc/tutorial.ms @@ -35,7 +35,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tutorial.ms 8.1 (Berkeley) 8/18/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/make/PSD.doc/tutorial.ms,v 1.13 2002/10/29 14:56:09 ru Exp $ .\" .EH 'PSD:12-%''PMake \*- A Tutorial' .OH 'PMake \*- A Tutorial''PSD:12-%' diff --git a/usr.bin/make/arch.c b/usr.bin/make/arch.c index 2b81c7f5993f..2287f2d0bedd 100644 --- a/usr.bin/make/arch.c +++ b/usr.bin/make/arch.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/arch.c,v 1.66 2005/05/24 15:58:34 harti Exp $"); /*- * arch.c -- diff --git a/usr.bin/make/arch.h b/usr.bin/make/arch.h index 3c28b2fcdb98..61f67baa3423 100644 --- a/usr.bin/make/arch.h +++ b/usr.bin/make/arch.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/arch.h,v 1.5 2005/05/18 06:50:38 harti Exp $ */ #ifndef arch_h_488adf7a diff --git a/usr.bin/make/buf.c b/usr.bin/make/buf.c index 6453abf5f8fa..f8a356f78ddf 100644 --- a/usr.bin/make/buf.c +++ b/usr.bin/make/buf.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/buf.c,v 1.36 2005/05/13 08:53:00 harti Exp $"); /* * buf.c diff --git a/usr.bin/make/buf.h b/usr.bin/make/buf.h index 106f34884897..81d7fd82fff1 100644 --- a/usr.bin/make/buf.h +++ b/usr.bin/make/buf.h @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)buf.h 8.2 (Berkeley) 4/28/95 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/buf.h,v 1.27 2005/05/13 08:53:00 harti Exp $ */ #ifndef buf_h_a61a6812 diff --git a/usr.bin/make/cond.c b/usr.bin/make/cond.c index 6e7a09451778..ede5656e506f 100644 --- a/usr.bin/make/cond.c +++ b/usr.bin/make/cond.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/cond.c,v 1.54 2005/05/25 16:06:14 harti Exp $"); /* * Functions to handle conditionals in a makefile. diff --git a/usr.bin/make/cond.h b/usr.bin/make/cond.h index 9a8dbdcc0cbe..c4510c1a0ddc 100644 --- a/usr.bin/make/cond.h +++ b/usr.bin/make/cond.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/cond.h,v 1.3 2005/04/11 07:20:09 harti Exp $ */ #ifndef cond_h_6e96ad7c diff --git a/usr.bin/make/config.h b/usr.bin/make/config.h index 06b0f8e91a02..32d0baa992f4 100644 --- a/usr.bin/make/config.h +++ b/usr.bin/make/config.h @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)config.h 8.2 (Berkeley) 4/28/95 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/config.h,v 1.16 2005/02/01 10:50:35 harti Exp $ */ #ifndef config_h_efe0765e diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c index c66b2bf4bc97..2aabd93ab595 100644 --- a/usr.bin/make/dir.c +++ b/usr.bin/make/dir.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/dir.c,v 1.52 2005/03/23 12:56:15 harti Exp $"); /*- * dir.c -- diff --git a/usr.bin/make/dir.h b/usr.bin/make/dir.h index 03481b869790..a5ed061790f3 100644 --- a/usr.bin/make/dir.h +++ b/usr.bin/make/dir.h @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)dir.h 8.2 (Berkeley) 4/28/95 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/dir.h,v 1.21 2005/03/23 12:56:15 harti Exp $ */ #ifndef dir_h_6002e3b8 diff --git a/usr.bin/make/for.c b/usr.bin/make/for.c index 15372b648e95..387c3ef1df8a 100644 --- a/usr.bin/make/for.c +++ b/usr.bin/make/for.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/for.c,v 1.43 2005/05/10 12:02:15 harti Exp $"); /*- * for.c -- diff --git a/usr.bin/make/for.h b/usr.bin/make/for.h index 0e43c4a4194c..674c307fcfe5 100644 --- a/usr.bin/make/for.h +++ b/usr.bin/make/for.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/for.h,v 1.3 2005/05/13 08:53:00 harti Exp $ */ #ifndef for_h_9d770f33 diff --git a/usr.bin/make/globals.h b/usr.bin/make/globals.h index 465c4f3d6098..4343a5db3535 100644 --- a/usr.bin/make/globals.h +++ b/usr.bin/make/globals.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/globals.h,v 1.11 2007/03/08 09:16:10 fjoe Exp $ */ #ifndef globals_h_1c1edb96 diff --git a/usr.bin/make/hash.c b/usr.bin/make/hash.c index b5ea6bcb8aeb..b5a75a108c9b 100644 --- a/usr.bin/make/hash.c +++ b/usr.bin/make/hash.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/hash.c,v 1.25 2005/05/13 08:53:00 harti Exp $"); /* hash.c -- * diff --git a/usr.bin/make/hash.h b/usr.bin/make/hash.h index 80dd74ddb19e..30d548a937cd 100644 --- a/usr.bin/make/hash.h +++ b/usr.bin/make/hash.h @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)hash.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/hash.h,v 1.20 2005/05/13 08:53:00 harti Exp $ */ #ifndef hash_h_f6312f46 diff --git a/usr.bin/make/hash_tables.c b/usr.bin/make/hash_tables.c index 27fdf2dd7678..9f0f92c2b18c 100644 --- a/usr.bin/make/hash_tables.c +++ b/usr.bin/make/hash_tables.c @@ -1,6 +1,6 @@ /* * DO NOT EDIT - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/hash_tables.c,v 1.3 2005/09/26 20:31:00 phk Exp $ * auto-generated from FreeBSD: src/usr.bin/make/parse.c,v 1.108 2005/05/24 15:30:03 harti Exp * DO NOT EDIT */ diff --git a/usr.bin/make/hash_tables.h b/usr.bin/make/hash_tables.h index 8fa43a5808da..7d50d1915a09 100644 --- a/usr.bin/make/hash_tables.h +++ b/usr.bin/make/hash_tables.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/hash_tables.h,v 1.1 2005/04/29 15:15:28 harti Exp $ */ #ifndef hash_tables_h_ #define hash_tables_h_ diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c index 6136c6f27927..c00244812af8 100644 --- a/usr.bin/make/job.c +++ b/usr.bin/make/job.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/job.c,v 1.126 2007/03/08 09:16:10 fjoe Exp $"); #ifndef OLD_JOKE #define OLD_JOKE 0 diff --git a/usr.bin/make/job.h b/usr.bin/make/job.h index a4c66201b7dc..35f200cc5b47 100644 --- a/usr.bin/make/job.h +++ b/usr.bin/make/job.h @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)job.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/job.h,v 1.46 2007/03/08 09:16:10 fjoe Exp $ */ #ifndef job_h_4678dfd1 diff --git a/usr.bin/make/lst.c b/usr.bin/make/lst.c index a5b7f06c5254..f35f160b8ab5 100644 --- a/usr.bin/make/lst.c +++ b/usr.bin/make/lst.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.c,v 1.7 2005/05/18 06:50:39 harti Exp $ */ /*- diff --git a/usr.bin/make/lst.h b/usr.bin/make/lst.h index 497d59c59780..0a7083fa4196 100644 --- a/usr.bin/make/lst.h +++ b/usr.bin/make/lst.h @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)lst.h 8.2 (Berkeley) 4/28/95 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.h,v 1.37 2005/05/18 06:50:39 harti Exp $ */ #ifndef lst_h_38f3ead1 diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index b683f8547cf6..07d14865acea 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -46,7 +46,7 @@ static char copyright[] = #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/main.c,v 1.163.2.1 2007/11/29 04:20:19 fjoe Exp $"); /* * main.c diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index b226f83e7e26..86fbd580ecd2 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)make.1 8.8 (Berkeley) 6/13/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/make/make.1,v 1.103 2007/03/08 14:05:45 fjoe Exp $ .\" .Dd April 8, 2006 .Dt MAKE 1 diff --git a/usr.bin/make/make.c b/usr.bin/make/make.c index 4ac5bb625cab..d1a56e2ec95b 100644 --- a/usr.bin/make/make.c +++ b/usr.bin/make/make.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/make.c,v 1.39 2007/04/20 06:33:25 fjoe Exp $"); /* * make.c diff --git a/usr.bin/make/make.h b/usr.bin/make/make.h index 2386cd72a5ae..b1b912fa60b6 100644 --- a/usr.bin/make/make.h +++ b/usr.bin/make/make.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)make.h 8.3 (Berkeley) 6/13/95 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/make.h,v 1.35 2007/03/08 09:16:10 fjoe Exp $ */ #ifndef make_h_a91074b9 diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c index 14ffe180cad4..f0852ba6573a 100644 --- a/usr.bin/make/parse.c +++ b/usr.bin/make/parse.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/parse.c,v 1.113 2007/04/12 18:14:00 ru Exp $"); /*- * parse.c -- diff --git a/usr.bin/make/parse.h b/usr.bin/make/parse.h index 6ee15f963def..c957979e1aed 100644 --- a/usr.bin/make/parse.h +++ b/usr.bin/make/parse.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/parse.h,v 1.6 2005/05/13 08:53:00 harti Exp $ */ #ifndef parse_h_470eeb9a diff --git a/usr.bin/make/pathnames.h b/usr.bin/make/pathnames.h index 5fb4ceb8400b..51ac851db38b 100644 --- a/usr.bin/make/pathnames.h +++ b/usr.bin/make/pathnames.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.2 (Berkeley) 4/28/95 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/pathnames.h,v 1.14 2005/03/11 13:02:38 harti Exp $ */ #ifndef pathnames_h_235b888a diff --git a/usr.bin/make/proc.c b/usr.bin/make/proc.c index 711f605a4846..986a08803715 100644 --- a/usr.bin/make/proc.c +++ b/usr.bin/make/proc.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/proc.c,v 1.1 2005/05/24 15:41:34 harti Exp $"); #include <unistd.h> #include <errno.h> diff --git a/usr.bin/make/proc.h b/usr.bin/make/proc.h index a4ce6d31f37a..2919debcff55 100644 --- a/usr.bin/make/proc.h +++ b/usr.bin/make/proc.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/proc.h,v 1.1 2005/05/24 15:41:34 harti Exp $ */ #ifndef proc_h_458845848 diff --git a/usr.bin/make/shell.c b/usr.bin/make/shell.c index c1f82d1cb05f..07a1ca635a5e 100644 --- a/usr.bin/make/shell.c +++ b/usr.bin/make/shell.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/shell.c,v 1.1 2005/05/24 15:30:03 harti Exp $"); #include <sys/queue.h> #include <stdio.h> diff --git a/usr.bin/make/shell.h b/usr.bin/make/shell.h index a3170583bdc2..c61c69347aa8 100644 --- a/usr.bin/make/shell.h +++ b/usr.bin/make/shell.h @@ -36,7 +36,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/shell.h,v 1.1 2005/05/24 15:30:03 harti Exp $ */ #ifndef shell_h_6002e3b8 diff --git a/usr.bin/make/str.c b/usr.bin/make/str.c index 81bb7a375617..50b656ebd595 100644 --- a/usr.bin/make/str.c +++ b/usr.bin/make/str.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/str.c,v 1.46 2006/10/09 19:37:26 ru Exp $"); #include <ctype.h> #include <stdlib.h> diff --git a/usr.bin/make/str.h b/usr.bin/make/str.h index e8cf10cc648d..f4d63f3bf250 100644 --- a/usr.bin/make/str.h +++ b/usr.bin/make/str.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/str.h,v 1.6 2005/05/23 13:27:52 harti Exp $ */ #ifndef str_h_44db59e6 diff --git a/usr.bin/make/suff.c b/usr.bin/make/suff.c index 7aa96f62a1c4..bfe8b3727d02 100644 --- a/usr.bin/make/suff.c +++ b/usr.bin/make/suff.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/suff.c,v 1.64 2005/05/24 15:58:35 harti Exp $"); /*- * suff.c -- diff --git a/usr.bin/make/suff.h b/usr.bin/make/suff.h index 9982ab46321c..145b92160f6f 100644 --- a/usr.bin/make/suff.h +++ b/usr.bin/make/suff.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/suff.h,v 1.3 2005/03/23 12:56:15 harti Exp $ */ #ifndef suff_h_2d5a821c diff --git a/usr.bin/make/targ.c b/usr.bin/make/targ.c index eac121e23ca8..6a9a5cab4266 100644 --- a/usr.bin/make/targ.c +++ b/usr.bin/make/targ.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/targ.c,v 1.42 2007/04/20 06:33:25 fjoe Exp $"); /* * Functions for maintaining the Lst allTargets. Target nodes are diff --git a/usr.bin/make/targ.h b/usr.bin/make/targ.h index 38828334e92a..a5ad59b1b125 100644 --- a/usr.bin/make/targ.h +++ b/usr.bin/make/targ.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/targ.h,v 1.2 2005/02/04 07:51:00 harti Exp $ */ #ifndef targ_h_6ded1830 diff --git a/usr.bin/make/util.c b/usr.bin/make/util.c index 3a27b0a4110a..2ca65911d29d 100644 --- a/usr.bin/make/util.c +++ b/usr.bin/make/util.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/util.c,v 1.19 2005/05/13 13:47:41 harti Exp $"); /*- * util.c -- diff --git a/usr.bin/make/util.h b/usr.bin/make/util.h index 9a1dedf6c7d5..4e0c21568950 100644 --- a/usr.bin/make/util.h +++ b/usr.bin/make/util.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/util.h,v 1.10 2005/05/18 06:50:39 harti Exp $ */ #ifndef util_h_b7020fdb diff --git a/usr.bin/make/var.c b/usr.bin/make/var.c index 259a67282817..b7d741782dd6 100644 --- a/usr.bin/make/var.c +++ b/usr.bin/make/var.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/var.c,v 1.163 2006/07/17 21:05:27 obrien Exp $"); /** * var.c -- diff --git a/usr.bin/make/var.h b/usr.bin/make/var.h index 618cf7af8462..159bb11ec636 100644 --- a/usr.bin/make/var.h +++ b/usr.bin/make/var.h @@ -36,7 +36,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/var.h,v 1.29 2005/05/24 16:05:51 harti Exp $ */ #ifndef var_h_9cccafce |
