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: 04/12/1996 22:10:02
thorpej
Fri Apr 12 19:07:17 PDT 1996
Update of /a/cvsroot/src/lib/libc/gen
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv274

Modified Files:
	sysctl.3 
Log Message:
Document that "<sys/sysctl.h>" isn't enough ... suggest including
<sys/param.h>, too.  Suggested my Kevin M. Lahey <kml@nas.nasa.gov>
in PR #1999.


thorpej
Fri Apr 12 19:08:10 PDT 1996
Update of /a/cvsroot/src/share/mk
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv328

Modified Files:
	bsd.README bsd.own.mk 
Log Message:
Add the ability to override defaults in bsd.own.mk more easily, by
looking for "${MAKECONF}", or failing that, "/etc/mk.conf" and including
the first one it finds, if it exists.  From Chris Demetriou <cgd@netbsd.org>,
PR #1970.