Update a comment about OBJECT_FMT - some m68k machines are ELF too.

This commit is contained in:
simonb 2001-05-31 05:04:41 +00:00
parent 5f257ba0f7
commit e0a2f60020
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.README,v 1.76 2001/03/10 11:00:37 fair Exp $
# $NetBSD: bsd.README,v 1.77 2001/05/31 05:04:41 simonb Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the new make "include" files for the BSD
@ -288,7 +288,8 @@ NOLINT Do not build lint libraries.
OBJECT_FMT Object file format. [set to "ELF" on architectures that
use ELF -- currently if ${MACHINE_ARCH} is "alpha",
"mipsel", "mipseb", "powerpc", "sparc", "sparc64",
and "i386", or set to "a.out" on other architectures].
"i386" and some m68k machines, or set to "a.out" on
other architectures].
bsd.own.mk is generally useful when building your own Makefiles so that