Fix typo (s/OBJECT_FMAT/OBJECT_FMT/)

This commit is contained in:
simonb 1998-05-13 13:58:00 +00:00
parent b012e4e39b
commit 6126819df6

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.README,v 1.37 1998/05/05 17:15:05 tv Exp $
# $NetBSD: bsd.README,v 1.38 1998/05/13 13:58:00 simonb Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the new make "include" files for the BSD
@ -222,7 +222,7 @@ NOLINT Do not build lint libraries. [set, set unconditionally]
NOSHLIB Do not build shared libraries [set if ${MACHINE_ARCH}
is "powerpc", unset otherwise].
OBJECT_FMAT Object file format. [set to "ELF" on ports that use
OBJECT_FMT Object file format. [set to "ELF" on ports that use
ELF -- currently if ${MACHINE_ARCH} is "alpha", "mips"
or "powerpc" or set to "a.out" on other ports].