diff options
-rw-r--r-- | sys/conf/Makefile.i386 | 4 | ||||
-rw-r--r-- | sys/conf/Makefile.powerpc | 4 | ||||
-rw-r--r-- | sys/i386/conf/Makefile.i386 | 4 | ||||
-rw-r--r-- | usr.sbin/config/configvers.h | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index 4f7d217..475b646 100644 --- a/sys/conf/Makefile.i386 +++ b/sys/conf/Makefile.i386 @@ -1,7 +1,7 @@ # Makefile.i386 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.103 1997/10/22 00:48:36 peter Exp $ +# $Id: Makefile.i386,v 1.104 1997/11/03 21:48:31 guido Exp $ # # Makefile for FreeBSD # @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 300002 +%VERSREQ= 300003 BINFORMAT?= aout #BINFORMAT?= aoutkld diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index 4f7d217..475b646 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -1,7 +1,7 @@ # Makefile.i386 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.103 1997/10/22 00:48:36 peter Exp $ +# $Id: Makefile.i386,v 1.104 1997/11/03 21:48:31 guido Exp $ # # Makefile for FreeBSD # @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 300002 +%VERSREQ= 300003 BINFORMAT?= aout #BINFORMAT?= aoutkld diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386 index 4f7d217..475b646 100644 --- a/sys/i386/conf/Makefile.i386 +++ b/sys/i386/conf/Makefile.i386 @@ -1,7 +1,7 @@ # Makefile.i386 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.103 1997/10/22 00:48:36 peter Exp $ +# $Id: Makefile.i386,v 1.104 1997/11/03 21:48:31 guido Exp $ # # Makefile for FreeBSD # @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 300002 +%VERSREQ= 300003 BINFORMAT?= aout #BINFORMAT?= aoutkld diff --git a/usr.sbin/config/configvers.h b/usr.sbin/config/configvers.h index 8a14166..1c74a87 100644 --- a/usr.sbin/config/configvers.h +++ b/usr.sbin/config/configvers.h @@ -6,6 +6,6 @@ * The numbering scheme is inspired by the sys/conf/newvers.sh RELDATE * and <osreldate.h> system. * - * $Id$ + * $Id: configvers.h,v 1.1 1997/10/22 00:38:48 peter Exp $ */ -#define CONFIGVERS 300002 +#define CONFIGVERS 300003 |