aboutsummaryrefslogtreecommitdiff
path: root/util/ectool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'util/ectool/Makefile')
-rw-r--r--util/ectool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/ectool/Makefile b/util/ectool/Makefile
index 8aa1415a56..234e931e4a 100644
--- a/util/ectool/Makefile
+++ b/util/ectool/Makefile
@@ -25,7 +25,7 @@ ifeq ($(shell uname -o 2>/dev/null), Cygwin)
LDFLAGS = -lioperm
endif
-ifeq ($(OS_ARCH), NetBSD)
+ifeq ($(OS_ARCH), $(filter $(OS_ARCH), NetBSD OpenBSD))
LDFLAGS = -l$(shell uname -p)
endif