diff -ruN wireless_tools.30.old/Makefile wireless_tools.30/Makefile --- wireless_tools.30.old/Makefile 2009-11-24 10:53:40.000000000 -0800 +++ wireless_tools.30/Makefile 2011-07-30 21:03:24.000000000 -0700 @@ -5,7 +5,7 @@ ## Installation directory. By default, go in /usr/local. ## Distributions should probably use /, but they probably know better... ifndef PREFIX - PREFIX = /usr/local + PREFIX = __META_PREFIX__ endif ## Compiler to use (modify this for cross compile). @@ -27,7 +27,7 @@ ## Uncomment this to strip binary from symbols. This reduce binary size. ## by a few percent but make debug worse... -# BUILD_STRIPPING = y +BUILD_STRIPPING = y ## Uncomment this to build with only essential functionality. ## This leaves out the less used features and cut in half the tools.