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: 02/18/1998 16:30:02
thorpej
Wed Feb 18 16:27:01 PST 1998
Update of /cvsroot/src/usr.sbin/config
In directory nb00:/tmp/cvs-serv4811

Modified Files:
	config.h gram.y main.c scan.l 
Log Message:
Add a "deffs" keyword, similar to "defopt", that defines file systems.
Only things defined with this keyword will be allowed on "file-system"
lines in the kernel config files.

By default, -D... directives for file systems are not generated, since
they are not needed for most file systems now that vfs_conf.c is gone.
However, some file systems must have dependencies generated on them
(e.g. NFS, UNION).  So, provide a way to specify an option file for
these file systems.


thorpej
Wed Feb 18 16:28:53 PST 1998
Update of /cvsroot/src/sys/conf
In directory nb00:/tmp/cvs-serv5106

Modified Files:
	files 
Log Message:
Define the NetBSD file systems, and specify option headers for
MFS, LFS, UNION, KERNFS, and NFS.