Subject: Re: CVS commit: syssrc/sys/arch/pmax/stand
To: Simon Burge <simonb@netbsd.org>
From: Luke Mewburn <lukem@wasabisystems.com>
List: source-changes
Date: 05/07/2002 12:08:54
On Tue, May 07, 2002 at 05:04:26AM +0300, Simon Burge wrote:
  | 
  | Module Name:	syssrc
  | Committed By:	simonb
  | Date:		Tue May  7 02:04:26 UTC 2002
  | 
  | Modified Files:
  | 	syssrc/sys/arch/pmax/stand: Makefile.inc
  | 
  | Log Message:
  | Remove a "NOMAN="; Makefile.booters now has MKMAN=no.

Which will fail if a user does the supported "make MKMAN=yes" to
override an /etc/mk.conf setting of MKMAN?=no.

Makefiles should set  NOxxx=  to permanently disable a feature they
don't want, and check  ${MKxxx} != "no"  to be controlled by a feature.


Luke.