summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config b/Makefile.config
index 25e68a0ce8..3c33aa1af5 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -51,6 +51,7 @@ XERCES_LICENSE ?= $(XERCES_HOME)/LICENSE
BASENAME ?= basename
CAT ?= cat
CHMOD ?= chmod
+COMM ?= comm
CP ?= cp
DATE ?= date
DIRNAME ?= dirname
@@ -69,7 +70,9 @@ RECODE ?= recode
RM ?= rm -f
SCSH ?= scsh
SED ?= sed
+SORT ?= sort
TOUCH ?= touch
+TR ?= tr
UNIX2DOS ?= $(RECODE) ..pc
WC ?= wc
XARGS ?= xargs