Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/09/1998 21:40:02
scottr
Tue Jun  9 21:33:32 PDT 1998
Update of /cvsroot/src/usr.sbin/config
In directory nb00:/tmp/cvs-serv5704

Modified Files:
	config.h gram.y main.c 
Log Message:
Implement option dependencies as part of the defopt action.  We currently
restrict depended-on (or "implied") options to those that have been
previously defopt'ed, which inherently eliminates any cycles in the option
graph.