summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/makefile b/core/makefile
index f4236efee..657ecaa14 100644
--- a/core/makefile
+++ b/core/makefile
@@ -252,7 +252,7 @@ ifeq ($(HOST),macosx)
SED := perl -pi -e
SEDX := perl -p -e
else
-ifeq isbsd
+ifdef isbsd
SED := perl -pi -e
SEDX := perl -p -e
else