aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2000-07-18 13:49:17 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2000-07-18 13:49:17 +0000
commit42c4c88ae948e46f9f73b5fb8f49a8dfc996b5bb (patch)
treef93e9ddc3cb9fdc2d06cdc1eabfeb2f482f0b214 /release
parentcb42083e464fc1c1df52ec8b1a9194a1d2f8ad47 (diff)
downloadsrc-42c4c88ae948e46f9f73b5fb8f49a8dfc996b5bb.tar.gz
src-42c4c88ae948e46f9f73b5fb8f49a8dfc996b5bb.zip
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.
Notes
Notes: svn path=/head/; revision=63426
Diffstat (limited to 'release')
-rw-r--r--release/picobsd/custom/crunch1/crunch.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/picobsd/custom/crunch1/crunch.inc b/release/picobsd/custom/crunch1/crunch.inc
new file mode 100644
index 000000000000..2a618545f578
--- /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.