summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--regress/libexec/ld.so/Makefile4
-rw-r--r--regress/libexec/ld.so/randomdata/Makefile5
2 files changed, 5 insertions, 4 deletions
diff --git a/regress/libexec/ld.so/Makefile b/regress/libexec/ld.so/Makefile
index bb574889776..d9910db2b57 100644
--- a/regress/libexec/ld.so/Makefile
+++ b/regress/libexec/ld.so/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.12 2012/06/15 20:50:06 matthew Exp $
+# $OpenBSD: Makefile,v 1.13 2012/08/21 01:57:17 matthew Exp $
SUBDIR+= elf hidden weak dlsym dlopen dlclose lazy
#SUBDIR+= constructor
SUBDIR+= link-order edgecases initfirst
-SUBDIR+= df_1_noopen
+SUBDIR+= df_1_noopen randomdata
install:
diff --git a/regress/libexec/ld.so/randomdata/Makefile b/regress/libexec/ld.so/randomdata/Makefile
index 126c5ba4fcc..e7ba1bab720 100644
--- a/regress/libexec/ld.so/randomdata/Makefile
+++ b/regress/libexec/ld.so/randomdata/Makefile
@@ -1,5 +1,6 @@
-# $OpenBSD: Makefile,v 1.3 2012/08/16 19:58:11 matthew Exp $
+# $OpenBSD: Makefile,v 1.4 2012/08/21 01:57:17 matthew Exp $
-SUBDIR+= libaa prog-dynamic prog-static prog-pie ld.so-cookie
+SUBDIR+= libaa prog-dynamic prog-static prog-pie
+#SUBDIR+= ld.so-cookie
.include <bsd.subdir.mk>