Index: src/test/run-make-fulldeps/relocation-model/Makefile
--- src/test/run-make-fulldeps/relocation-model/Makefile.orig
+++ src/test/run-make-fulldeps/relocation-model/Makefile
@@ -1,5 +1,9 @@
 -include ../tools.mk
 
+ifeq ($(UNAME),OpenBSD)
+skip:
+endif
+
 all: others
 	$(RUSTC) -C relocation-model=dynamic-no-pic foo.rs
 	$(call RUN,foo)
