]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
A checkpoint of a part of a work-in-progress. Some more cleanups for
authorPeter Wemm <peter@FreeBSD.org>
Sat, 10 Jun 2000 22:13:40 +0000 (22:13 +0000)
committerPeter Wemm <peter@FreeBSD.org>
Sat, 10 Jun 2000 22:13:40 +0000 (22:13 +0000)
commit3f664fc6892888db9f66970291e62df95aaa03d5
tree189a1d11dd20266c41b702ce0956d39ebc783fde
parentb20d27d6f83ee4c4c2b6cce5fea8304900483b94
A checkpoint of a part of a work-in-progress.  Some more cleanups for
config(8).  This commit allows control of the creation of the
#include "foo.h" files.  We now only create them explicitly when needed.
BTW; these are mostly bad because they usually imply static limits on
numbers of units for devices.  eg: struct mysoftc sc[NFOO];
These static limits have Got To Go.
14 files changed:
sys/conf/Makefile.alpha
sys/conf/Makefile.i386
sys/conf/Makefile.pc98
sys/conf/Makefile.powerpc
sys/conf/files
sys/conf/files.alpha
sys/conf/files.i386
sys/conf/files.pc98
usr.sbin/config/config.h
usr.sbin/config/configvers.h
usr.sbin/config/main.c
usr.sbin/config/mkheaders.c
usr.sbin/config/mkmakefile.c
usr.sbin/config/mkoptions.c