diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-10-22 00:48:36 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-10-22 00:48:36 +0000 |
| commit | 48b29459edf295819f5468335eceb0c76f39d94e (patch) | |
| tree | acca5ffdd8e6c16ffbea751f5cc041e33b3e4f9f | |
| parent | 0c90be32da90e4857447e0eaa3688b98356b5fa4 (diff) | |
Notes
| -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 01c1a5b297d4..e2e739699baf 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 01c1a5b297d4..e2e739699baf 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 01c1a5b297d4..e2e739699baf 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 |
