summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorMatthew Dempsky <matthew@cvs.openbsd.org>2012-08-22 17:08:13 +0000
committerMatthew Dempsky <matthew@cvs.openbsd.org>2012-08-22 17:08:13 +0000
commit537008edcb10327b24daf83ca3a60fded0e9f14a (patch)
treefed8736f909cbb63d319eecb311c7742e397c05e /regress
parenta25352345163b9962d4392bdedeb1f4699d2204e (diff)
Link ld.so-cookie back into the regress build now that ld.so's __guard
value is actually initialized.
Diffstat (limited to 'regress')
-rw-r--r--regress/libexec/ld.so/randomdata/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/regress/libexec/ld.so/randomdata/Makefile b/regress/libexec/ld.so/randomdata/Makefile
index e7ba1bab720..5eff1b0e26d 100644
--- a/regress/libexec/ld.so/randomdata/Makefile
+++ b/regress/libexec/ld.so/randomdata/Makefile
@@ -1,6 +1,5 @@
-# $OpenBSD: Makefile,v 1.4 2012/08/21 01:57:17 matthew Exp $
+# $OpenBSD: Makefile,v 1.5 2012/08/22 17:08:12 matthew Exp $
-SUBDIR+= libaa prog-dynamic prog-static prog-pie
-#SUBDIR+= ld.so-cookie
+SUBDIR+= libaa prog-dynamic prog-static prog-pie ld.so-cookie
.include <bsd.subdir.mk>