diff options
author | John Birrell <jb@FreeBSD.org> | 1998-08-31 11:43:26 +0000 |
---|---|---|
committer | John Birrell <jb@FreeBSD.org> | 1998-08-31 11:43:26 +0000 |
commit | 0cdd2a270f8af19672fe895cddfe0f97a6538b6b (patch) | |
tree | 466d521cf289ad09a168b1615151e0c96807bdf1 /sys/conf | |
parent | e11952d3976424a0eac651d60772775f58ad37b5 (diff) | |
download | src-0cdd2a270f8af19672fe895cddfe0f97a6538b6b.tar.gz src-0cdd2a270f8af19672fe895cddfe0f97a6538b6b.zip |
Force OBJFORMAT=aout.
Notes
Notes:
svn path=/head/; revision=38680
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/Makefile.i386 | 3 | ||||
-rw-r--r-- | sys/conf/Makefile.powerpc | 3 |
2 files changed, 4 insertions, 2 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 |