diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
| commit | 1130b656e5fe4c2d1ba299e024d1b40eaeebd380 (patch) | |
| tree | 1ee435de0c816086549d85bbabfe30ead7f413ec /release/floppies | |
| parent | aac45e814cf997f0df77795a3c06385075ef005a (diff) | |
Notes
Diffstat (limited to 'release/floppies')
| -rw-r--r-- | release/floppies/Makefile | 2 | ||||
| -rw-r--r-- | release/floppies/boot/Makefile | 2 | ||||
| -rw-r--r-- | release/floppies/boot/crunch/crunch.conf | 2 | ||||
| -rw-r--r-- | release/floppies/boot/floppy/Makefile | 2 | ||||
| -rw-r--r-- | release/floppies/boot/mfs/Makefile | 2 | ||||
| -rw-r--r-- | release/floppies/crunch_fs.mk | 2 | ||||
| -rw-r--r-- | release/floppies/fixit/Makefile | 2 | ||||
| -rw-r--r-- | release/floppies/fixit/crunch/crunch.conf | 2 | ||||
| -rw-r--r-- | release/floppies/fixit/image/Makefile | 2 | ||||
| -rw-r--r-- | release/floppies/fixit/verbatim/.profile | 2 | ||||
| -rw-r--r-- | release/floppies/write_mfs_in_kernel.c | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/release/floppies/Makefile b/release/floppies/Makefile index 2e4bb21dffb5..fbba5a780a21 100644 --- a/release/floppies/Makefile +++ b/release/floppies/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1996/05/29 01:35:18 jkh Exp $ +# $FreeBSD$ # SUBDIR= boot fixit PROG=write_mfs_in_kernel diff --git a/release/floppies/boot/Makefile b/release/floppies/boot/Makefile index 2dd894d898d9..60cd903ce509 100644 --- a/release/floppies/boot/Makefile +++ b/release/floppies/boot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.214 1996/05/02 08:18:28 jkh Exp $ +# $FreeBSD$ SUBDIR= crunch mfs floppy .include <bsd.subdir.mk> diff --git a/release/floppies/boot/crunch/crunch.conf b/release/floppies/boot/crunch/crunch.conf index b9d6f14b65f7..1c8008801a6d 100644 --- a/release/floppies/boot/crunch/crunch.conf +++ b/release/floppies/boot/crunch/crunch.conf @@ -1,4 +1,4 @@ -# $Id: boot_crunch.conf,v 1.23 1996/02/08 18:02:51 phk Exp $ +# $FreeBSD$ srcdirs /usr/src/bin srcdirs /usr/src/release diff --git a/release/floppies/boot/floppy/Makefile b/release/floppies/boot/floppy/Makefile index eddf2689bd3c..7618a45f18f1 100644 --- a/release/floppies/boot/floppy/Makefile +++ b/release/floppies/boot/floppy/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.2 1996/06/24 04:23:34 jkh Exp $ +# $FreeBSD$ # If this is a RELEASE, then set # Things which without too much trouble can be considered variables diff --git a/release/floppies/boot/mfs/Makefile b/release/floppies/boot/mfs/Makefile index e7981b3bcb8e..21d139b712ee 100644 --- a/release/floppies/boot/mfs/Makefile +++ b/release/floppies/boot/mfs/Makefile @@ -1,5 +1,5 @@ ### -# $Id: Makefile,v 1.1 1996/05/21 01:12:36 julian Exp $ +# $FreeBSD$ # # What are we if we weren't told.. CRUNCH?= mfs diff --git a/release/floppies/crunch_fs.mk b/release/floppies/crunch_fs.mk index 7471389f81f0..c301dc55ff41 100644 --- a/release/floppies/crunch_fs.mk +++ b/release/floppies/crunch_fs.mk @@ -1,5 +1,5 @@ ### -# $Id: crunch_fs.mk,v 1.1 1996/05/21 01:12:21 julian Exp $ +# $FreeBSD$ # # This is included to make a floppy that includes a crunch file # diff --git a/release/floppies/fixit/Makefile b/release/floppies/fixit/Makefile index ee278f76ab4c..6109791d4610 100644 --- a/release/floppies/fixit/Makefile +++ b/release/floppies/fixit/Makefile @@ -1,5 +1,5 @@ ### -# $Id: Makefile,v 1.214 1996/05/02 08:18:28 jkh Exp $ +# $FreeBSD$ # SUBDIR= crunch image diff --git a/release/floppies/fixit/crunch/crunch.conf b/release/floppies/fixit/crunch/crunch.conf index f31652ea1e87..36c52e334e73 100644 --- a/release/floppies/fixit/crunch/crunch.conf +++ b/release/floppies/fixit/crunch/crunch.conf @@ -1,4 +1,4 @@ -# $Id: fixit_crunch.conf,v 1.6 1996/01/03 23:41:03 joerg Exp $ +# $FreeBSD$ # first, we list the source dirs that our programs reside in. These are # searched in order listed to find the dir containing each program. diff --git a/release/floppies/fixit/image/Makefile b/release/floppies/fixit/image/Makefile index a8a80c4403be..63fd3ad8c9e1 100644 --- a/release/floppies/fixit/image/Makefile +++ b/release/floppies/fixit/image/Makefile @@ -1,5 +1,5 @@ ### -# $Id: Makefile,v 1.214 1996/05/02 08:18:28 jkh Exp $ +# $FreeBSD$ # # What are we if we weren't told.. CRUNCH?= fixit diff --git a/release/floppies/fixit/verbatim/.profile b/release/floppies/fixit/verbatim/.profile index f5664e8d6eb8..a1de62eaab27 100644 --- a/release/floppies/fixit/verbatim/.profile +++ b/release/floppies/fixit/verbatim/.profile @@ -1,5 +1,5 @@ : -# $Id: fixit.profile,v 1.1 1995/03/15 06:14:19 phk Exp $ +# $FreeBSD$ PATH=/stand BLOCKSIZE=K PS1="Fixit# " diff --git a/release/floppies/write_mfs_in_kernel.c b/release/floppies/write_mfs_in_kernel.c index 886bdd234dd8..818942a1dca2 100644 --- a/release/floppies/write_mfs_in_kernel.c +++ b/release/floppies/write_mfs_in_kernel.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: write_mfs_in_kernel.c,v 1.1 1995/04/25 03:45:18 phk Exp $ + * $FreeBSD$ * * This program patches a filesystem into a kernel made with MFS_ROOT * option. |
