Index: /trunk/Config.kmk
===================================================================
--- /trunk/Config.kmk	(revision 809)
+++ /trunk/Config.kmk	(revision 810)
@@ -119,21 +119,21 @@
 
 ifndef TEMPLATE_BIN_TOOL
-TEMPLATE_BIN_TOOL               = GCC3
-TEMPLATE_BIN_CFLAGS.release     = -O3
- endif
+ TEMPLATE_BIN_TOOL              = GCC3
+ TEMPLATE_BIN_CFLAGS.release    = -O3
  ifeq ($(BUILD_TARGET),freebsd)
-TEMPLATE_BIN_LIBS              += iconv intl
-TEMPLATE_BIN_LIBPATH           += /usr/local/lib
-TEMPLATE_BIN_INCS              += $(PATH_ROOT)/src/gmake/glob /usr/local/include
+  TEMPLATE_BIN_LIBS            += iconv intl
+  TEMPLATE_BIN_LIBPATH         += /usr/local/lib
+  TEMPLATE_BIN_INCS            += $(PATH_ROOT)/src/gmake/glob /usr/local/include
  endif
  ifeq ($(BUILD_TARGET),linux)
-TEMPLATE_BIN_LIBS              += rt
+  TEMPLATE_BIN_LIBS            += rt
+ endif
  ifeq ($(BUILD_TARGET),solaris)
-TEMPLATE_BIN_LIBS              += rt
+  TEMPLATE_BIN_LIBS            += rt
  endif
  ifdef NIX_INSTALL_DIR
-TEMPLATE_BIN_INST               = $(NIX_INSTALL_DIR_BIN)/
+  TEMPLATE_BIN_INST             = $(NIX_INSTALL_DIR_BIN)/
  else
-TEMPLATE_BIN_INST               = kBuild/bin/$(BUILD_TARGET).$(BUILD_TARGET_ARCH)/
+  TEMPLATE_BIN_INST             = kBuild/bin/$(BUILD_TARGET).$(BUILD_TARGET_ARCH)/
  endif
 endif
