aboutsummaryrefslogtreecommitdiffstats
path: root/config/SunOS.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config/SunOS.mk')
-rw-r--r--config/SunOS.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/SunOS.mk b/config/SunOS.mk
index 9acfc03c5d..0386ca2cbd 100644
--- a/config/SunOS.mk
+++ b/config/SunOS.mk
@@ -11,6 +11,8 @@ STRIP = $(CROSS_COMPILE)gstrip
OBJCOPY = $(CROSS_COMPILE)gobjcopy
OBJDUMP = $(CROSS_COMPILE)gobjdump
+GREP = ggrep
+
INSTALL = ginstall
INSTALL_DIR = $(INSTALL) -d -m0755
INSTALL_DATA = $(INSTALL) -m0644