diff options
author | peter <peter@FreeBSD.org> | 1997-10-22 00:48:36 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-10-22 00:48:36 +0000 |
commit | c355e96630e195a54ba5874475af23594903ac39 (patch) | |
tree | 3a34c784a4c680e5bb245c2582ded61cc74afcc4 | |
parent | cac6af7db2ad1297316afbd33cf4327b36309cde (diff) | |
download | FreeBSD-src-c355e96630e195a54ba5874475af23594903ac39.zip FreeBSD-src-c355e96630e195a54ba5874475af23594903ac39.tar.gz |
Put in an initial %VERSREQ field. This will cause existing config(8)'s
to give a non-fatal warning about unknown directives, so there is no
hurry to rebuild config(8) yet, apart from shutting up the warning.
-rw-r--r-- | sys/conf/Makefile.i386 | 5 | ||||
-rw-r--r-- | sys/conf/Makefile.powerpc | 5 | ||||
-rw-r--r-- | sys/i386/conf/Makefile.i386 | 5 |
3 files changed, 12 insertions, 3 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index 01c1a5b..e2e7396 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.101 1997/07/25 11:53:20 phk Exp $ +# $Id: Makefile.i386,v 1.102 1997/10/10 09:43:55 peter Exp $ # # Makefile for FreeBSD # @@ -16,6 +16,9 @@ # after which config should be rerun for all machines. # +# Which version of config(8) is required. +%VERSREQ= 300002 + BINFORMAT?= aout #BINFORMAT?= aoutkld #BINFORMAT?= elf diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index 01c1a5b..e2e7396 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.101 1997/07/25 11:53:20 phk Exp $ +# $Id: Makefile.i386,v 1.102 1997/10/10 09:43:55 peter Exp $ # # Makefile for FreeBSD # @@ -16,6 +16,9 @@ # after which config should be rerun for all machines. # +# Which version of config(8) is required. +%VERSREQ= 300002 + BINFORMAT?= aout #BINFORMAT?= aoutkld #BINFORMAT?= elf diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386 index 01c1a5b..e2e7396 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.101 1997/07/25 11:53:20 phk Exp $ +# $Id: Makefile.i386,v 1.102 1997/10/10 09:43:55 peter Exp $ # # Makefile for FreeBSD # @@ -16,6 +16,9 @@ # after which config should be rerun for all machines. # +# Which version of config(8) is required. +%VERSREQ= 300002 + BINFORMAT?= aout #BINFORMAT?= aoutkld #BINFORMAT?= elf |