aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2002-03-03 22:37:35 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2002-03-03 22:37:35 +0000
commit912422f050105aab0f7a55f31e8ea033411488da (patch)
tree8ce09af787aee56e7c8a267a6d508ca98370fbf2 /Makefile
parent64190c7a2fc865e3b23517d86dbbd48eea6f0a33 (diff)
downloadsrc-912422f050105aab0f7a55f31e8ea033411488da.tar.gz
src-912422f050105aab0f7a55f31e8ea033411488da.zip
Makefile.inc0 is no longer used.
Update comments to reflect that. Approved by: dd, silence in -audit.
Notes
Notes: svn path=/head/; revision=91606
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 400f2e5af52b..10ca41098b46 100644
--- a/Makefile
+++ b/Makefile
@@ -30,9 +30,7 @@
# tree. This makefile executes a child make process, forcing it to use
# the mk files from the source tree which are supposed to DTRT.
#
-# The user-driven targets (as listed above) are implemented in Makefile.inc0
-# and the private targets are in Makefile.inc1. These are kept separate
-# to help the bootstrap build from aout to elf format.
+# The user-driven targets (as listed above) are implemented in Makefile.inc1.
#
# For novices wanting to build from current sources, the simple instructions
# are: