From 0f21f86dbfee6196d6c3f1ee96e6ccf03ed917d1 Mon Sep 17 00:00:00 2001 From: nbm Date: Tue, 18 Jul 2000 13:49:17 +0000 Subject: Add an empty crunch.inc with instructions that you can use it to adjust the building of the crunched binary. I'll add examples when I add the post-include mechanism, since the crunch.mk environment stomps on the pre-included crunch.inc's variables at the moment. --- release/picobsd/custom/crunch1/crunch.inc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 release/picobsd/custom/crunch1/crunch.inc (limited to 'release/picobsd') diff --git a/release/picobsd/custom/crunch1/crunch.inc b/release/picobsd/custom/crunch1/crunch.inc new file mode 100644 index 0000000..2a61854 --- /dev/null +++ b/release/picobsd/custom/crunch1/crunch.inc @@ -0,0 +1,2 @@ +# You can add make variables and targets for the crunch building process +# in this file. -- cgit v1.1