diff --git a/sys/alpha/conf/Makefile.alpha b/sys/alpha/conf/Makefile.alpha index 14d14085f0a..c254e78877f 100644 --- a/sys/alpha/conf/Makefile.alpha +++ b/sys/alpha/conf/Makefile.alpha @@ -1,7 +1,7 @@ # Makefile.alpha -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.alpha 7.1 5/10/91 -# $Id: Makefile.alpha,v 1.21 1999/04/13 18:35:28 peter Exp $ +# $Id: Makefile.alpha,v 1.22 1999/04/21 19:50:27 dfr Exp $ # # Makefile for FreeBSD # @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 400013 +%VERSREQ= 400014 STD8X16FONT?= iso diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha index 14d14085f0a..c254e78877f 100644 --- a/sys/conf/Makefile.alpha +++ b/sys/conf/Makefile.alpha @@ -1,7 +1,7 @@ # Makefile.alpha -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.alpha 7.1 5/10/91 -# $Id: Makefile.alpha,v 1.21 1999/04/13 18:35:28 peter Exp $ +# $Id: Makefile.alpha,v 1.22 1999/04/21 19:50:27 dfr Exp $ # # Makefile for FreeBSD # @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 400013 +%VERSREQ= 400014 STD8X16FONT?= iso diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index fa0c04ad325..7615e77a2bf 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.146 1999/04/16 21:22:09 peter Exp $ +# $Id: Makefile.i386,v 1.147 1999/04/19 14:14:08 peter Exp $ # # Makefile for FreeBSD # @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 400013 +%VERSREQ= 400014 KERNFORMAT?= elf diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index fa0c04ad325..7615e77a2bf 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.146 1999/04/16 21:22:09 peter Exp $ +# $Id: Makefile.i386,v 1.147 1999/04/19 14:14:08 peter Exp $ # # Makefile for FreeBSD # @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 400013 +%VERSREQ= 400014 KERNFORMAT?= elf diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386 index fa0c04ad325..7615e77a2bf 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.146 1999/04/16 21:22:09 peter Exp $ +# $Id: Makefile.i386,v 1.147 1999/04/19 14:14:08 peter Exp $ # # Makefile for FreeBSD # @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 400013 +%VERSREQ= 400014 KERNFORMAT?= elf diff --git a/usr.sbin/config/configvers.h b/usr.sbin/config/configvers.h index 185cc41f3d7..0714c5997e0 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 system. * - * $Id: configvers.h,v 1.11 1999/04/15 14:52:22 bde Exp $ + * $Id: configvers.h,v 1.12 1999/04/16 21:28:10 peter Exp $ */ -#define CONFIGVERS 400013 +#define CONFIGVERS 400014