From ed202d13d93202efb74e11f39508c7d882f7e0db Mon Sep 17 00:00:00 2001 From: joe Date: Mon, 5 Jun 2000 02:25:55 +0000 Subject: Disable colour support in ls when building the fixit floppy, and make a note of it in the release Makefile. --- release/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'release/Makefile') diff --git a/release/Makefile b/release/Makefile index d3c119e..21decf8 100644 --- a/release/Makefile +++ b/release/Makefile @@ -355,6 +355,8 @@ release.3: # # NB: the "RELEASE_BUILD_FIXIT" magic prevents vi from including the # Tcl and Perl APIs. See also /usr/src/usr.bin/vi/Makefile. +# It also prevents ls linking against termcap by disabling color support. +# See /usr/src/bin/ls/Makefile. release.4: @mkdir -p /stand cp ${.CURDIR}/boot_crunch.conf.generic ${.OBJDIR}/boot_crunch.conf -- cgit v1.1