aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-13 06:54:53 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-13 06:54:53 +0000
commiteea61780133ff976ef601b9282a8eb9ccc77b55b (patch)
treed0e98c79dff9374fc3e4229bbf3c4e43164184a0 /Makefile
parent29e9d58553352ba2469ad28d44e643f4314f62af (diff)
downloadbusybox-w32-eea61780133ff976ef601b9282a8eb9ccc77b55b.tar.gz
busybox-w32-eea61780133ff976ef601b9282a8eb9ccc77b55b.tar.bz2
busybox-w32-eea61780133ff976ef601b9282a8eb9ccc77b55b.zip
Add new apps md5sum uudecode uuencode, fix some minor formatting things.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@640 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 386d8c328..1395b5262 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ export VERSION
26# Set the following to `true' to make a debuggable build. 26# Set the following to `true' to make a debuggable build.
27# Leave this set to `false' for production use. 27# Leave this set to `false' for production use.
28# eg: `make DODEBUG=true tests' 28# eg: `make DODEBUG=true tests'
29DODEBUG = false 29DODEBUG = true
30 30
31# If you want a static binary, turn this on. 31# If you want a static binary, turn this on.
32DOSTATIC = false 32DOSTATIC = false