aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.commands.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-11-22 01:41:58 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-11-22 01:41:58 +0000
commit5dfa80da7864bb0ce3840bd137fe1dec04f58fe9 (patch)
tree13bf2fbe86ef142a9d4d5f7900649df3dc44a41c /Mk/bsd.commands.mk
parent2eb9bf4ad6b2908457596e689cf617a09c3edcab (diff)
downloadports-5dfa80da7864bb0ce3840bd137fe1dec04f58fe9.tar.gz
ports-5dfa80da7864bb0ce3840bd137fe1dec04f58fe9.zip
Notes
Diffstat (limited to 'Mk/bsd.commands.mk')
-rw-r--r--Mk/bsd.commands.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Mk/bsd.commands.mk b/Mk/bsd.commands.mk
index e07cbc78a658..caf05e83db60 100644
--- a/Mk/bsd.commands.mk
+++ b/Mk/bsd.commands.mk
@@ -104,6 +104,11 @@ XZ_CMD?= /usr/bin/xz ${XZ}
MD5?= /sbin/md5
SHA256?= /sbin/sha256
+.if exist(/usr/bin/soeliminate)
+SOELIM?= /usr/bin/soeliminate
+.else
+SOELIM?= /usr/bin/soelim
+.endif
# ECHO is defined in /usr/share/mk/sys.mk, which can either be "echo",
# or "true" if the make flag -s is given. Use ECHO_CMD where you mean