Module Name: src Committed By: pooka Date: Sun Mar 21 06:55:45 UTC 2010
Modified Files: src/sys/rump: Makefile.rump Added Files: src/share/mk: bsd.ioconf.mk Log Message: Move make snippets for use with config(1) ioconf functionality from rump into share/mk. This is to make it useful for all kernel builders. Note: we have waaay too many weird and wonderful ways of making kernel code (monolithic kernel, modules, rump). There should be only one way to build kernel code instead of a maze of twisty little .mk files, all not quite alike. When that is fixed, this snippet can go into the more generic .mk file. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/share/mk/bsd.ioconf.mk cvs rdiff -u -r1.52 -r1.53 src/sys/rump/Makefile.rump Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.