summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Miller <kurt@cvs.openbsd.org>2013-04-05 13:01:18 +0000
committerKurt Miller <kurt@cvs.openbsd.org>2013-04-05 13:01:18 +0000
commit8664560aa113c1c9e50f7dc8dcd16e824ed36918 (patch)
tree284d42195a6e19e40d34c752e563754e71018af8
parent2cf19e5366cea15a0f7f0db3191429de665f9ce2 (diff)
- Hookup regress for rpath substitution support
-rw-r--r--regress/libexec/ld.so/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/libexec/ld.so/Makefile b/regress/libexec/ld.so/Makefile
index d9910db2b57..99dcc140bc8 100644
--- a/regress/libexec/ld.so/Makefile
+++ b/regress/libexec/ld.so/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.13 2012/08/21 01:57:17 matthew Exp $
+# $OpenBSD: Makefile,v 1.14 2013/04/05 13:01:17 kurt Exp $
SUBDIR+= elf hidden weak dlsym dlopen dlclose lazy
#SUBDIR+= constructor
SUBDIR+= link-order edgecases initfirst
-SUBDIR+= df_1_noopen randomdata
+SUBDIR+= df_1_noopen randomdata subst
install: