summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthew <matthew@openbsd.org>2012-08-22 17:08:12 +0000
committermatthew <matthew@openbsd.org>2012-08-22 17:08:12 +0000
commitb0edda10084e83a688ae95e69167d05b584f787f (patch)
treeb17a2e782681b5b2d1c271d4bb6eba878d304b9c
parentChange ld.so and libc to use .openbsd.randomdata on ELF platforms for (diff)
downloadwireguard-openbsd-b0edda10084e83a688ae95e69167d05b584f787f.tar.xz
wireguard-openbsd-b0edda10084e83a688ae95e69167d05b584f787f.zip
Link ld.so-cookie back into the regress build now that ld.so's __guard
value is actually initialized.
-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>