cvs commit: src/sys/modules/procfs Makefile
Yar Tikhiy
yar at FreeBSD.org
Thu Aug 18 14:50:09 GMT 2005
yar 2005-08-18 14:50:08 UTC
FreeBSD src repository
Modified files:
sys/modules/procfs Makefile
Log:
Define the target for opt_compat.h only if KERNBUILDDIR
is not defined, so that the module will get the
compatibility options from the current kernel configuration
if built with the latter, not with the world.
[Some other modules seem in need of fixing WRT this, too.]
Add more compatibility options found in GENERIC to the default
opt_compat.h. While not all of them are used in the procfs code,
we can't tell for sure if the system .h files don't need them either,
so let's stay on the safe side.
Submitted by: kensmith
Reviewed by: ru
Revision Changes Path
1.31 +5 -0 src/sys/modules/procfs/Makefile
More information about the cvs-src
mailing list