diff options
| -rw-r--r-- | sys/conf/Makefile.i386 | 3 | ||||
| -rw-r--r-- | sys/conf/Makefile.powerpc | 3 | ||||
| -rw-r--r-- | sys/i386/conf/Makefile.i386 | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index 6c9792ca0f98..b80d5cf2b4b9 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.117 1998/07/12 10:47:32 bde Exp $ +# $Id: Makefile.i386,v 1.118 1998/08/24 06:42:26 bde Exp $ # # Makefile for FreeBSD # @@ -19,6 +19,7 @@ # Which version of config(8) is required. %VERSREQ= 300005 +OBJFORMAT= aout BINFORMAT?= aout #BINFORMAT?= aoutkld #BINFORMAT?= elf diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index 6c9792ca0f98..b80d5cf2b4b9 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.117 1998/07/12 10:47:32 bde Exp $ +# $Id: Makefile.i386,v 1.118 1998/08/24 06:42:26 bde Exp $ # # Makefile for FreeBSD # @@ -19,6 +19,7 @@ # Which version of config(8) is required. %VERSREQ= 300005 +OBJFORMAT= aout BINFORMAT?= aout #BINFORMAT?= aoutkld #BINFORMAT?= elf diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386 index 6c9792ca0f98..b80d5cf2b4b9 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.117 1998/07/12 10:47:32 bde Exp $ +# $Id: Makefile.i386,v 1.118 1998/08/24 06:42:26 bde Exp $ # # Makefile for FreeBSD # @@ -19,6 +19,7 @@ # Which version of config(8) is required. %VERSREQ= 300005 +OBJFORMAT= aout BINFORMAT?= aout #BINFORMAT?= aoutkld #BINFORMAT?= elf |
