freebsd-skq/release/picobsd/build
joe 8791fdf576 Post process the crunch1.mk file to allow make arguments to passed on
a per program basis allowing a greater control on what is built.

The buildopts file contains Makefile lines of form:

	# Anything added to OPTS is added to every build rule.
	OPTS= -DNOPAM

	# These should only be added to the build of user-ppp.
	ppp_OPTS= -DNOKLDLOAD -DNOINET6 -DNONAT -DNOATM -DNOSUID \
		-DHAVE_DES -DNORADIUS -DNOI4B -DNONETGRAPH

Really these should be added to crunch.inc, but that file is currently
optional, and if defined masks the global one.  Next step will be to move
these global settings back out into the individual builds as OPTS, and
then migrate OPTS and prog_OPTS back into the local crunch.inc file.
2000-11-02 13:16:43 +00:00
..
build Build the PICOBSD kernels using the 'make buildkernel' method. 2000-10-16 08:08:31 +00:00
clean
crunch.inc
Makefile
Makefile.conf Remove an unneeded declaration for OBJ. 2000-11-02 12:46:02 +00:00
Makefile.crunch Post process the crunch1.mk file to allow make arguments to passed on 2000-11-02 13:16:43 +00:00
Makefile.mfs
mfs.mtree
munge_crunchmk.pl Post process the crunch1.mk file to allow make arguments to passed on 2000-11-02 13:16:43 +00:00
stage1 Copy the built kernel from the right place. (Forgotten in the last 2000-11-02 01:57:23 +00:00
write_mfs_in_kernel.c