$OpenBSD: patch-src_test_run-make-fulldeps_relocation-model_Makefile,v 1.1 2018/05/22 06:04:33 landry Exp $

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)
