diff --git a/Makefile b/Makefile index f4b8408160..024e35c9b6 100644 --- a/Makefile +++ b/Makefile @@ -104,6 +104,10 @@ ifeq (Darwin,$(TARGET_SYS)) LDCONFIG= : endif +ifeq (OpenBSD,$(TARGET_SYS)) + LDCONFIG= : +endif + ############################################################################## LUAJIT_BIN= src/luajit