summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-03-29 10:59:53 +0000
committerobrien <obrien@FreeBSD.org>1999-03-29 10:59:53 +0000
commit882ac90fcc58ca8d52bd217f76c0caf573054cbe (patch)
treea1a08c75fd368c9ce08688ae781be90162a1d888 /Makefile
parente92e9c75bfcb1d32e9a6da832e0288caef0abd4a (diff)
downloadFreeBSD-src-882ac90fcc58ca8d52bd217f76c0caf573054cbe.zip
FreeBSD-src-882ac90fcc58ca8d52bd217f76c0caf573054cbe.tar.gz
Change !defined(NOAOUT) knob to defined(WANT_AOUT).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f33b6ce..7300151 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.224 1999/02/17 20:56:09 msmith Exp $
+# $Id: Makefile,v 1.225 1999/03/20 20:10:19 jkh Exp $
#
# The user-driven targets are:
#
@@ -52,7 +52,7 @@
# or 3.0. If OBJFORMAT is set as an environment variable or in /etc/make.conf,
# this overrides /etc/objformat.
#
-# Unless -DNOAOUT is specified, a `make world' with OBJFORMAT=elf will
+# If -DWANT_AOUT is specified, a `make world' with OBJFORMAT=elf will
# update the legacy support for aout. This includes all libraries, ld.so
# and boot objects. This part of build should be regarded as
# deprecated and you should _not_ expect to be able to do this past the
OpenPOWER on IntegriCloud