diff options
author | 2012-08-21 01:57:17 +0000 | |
---|---|---|
committer | 2012-08-21 01:57:17 +0000 | |
commit | d00dd80f27bebba7e1b7e515fe541656a80767bd (patch) | |
tree | 8bd3f2c6515b8e5046ccb59698a5c2fca58afdc9 | |
parent | Don't abandon time_t precision for intervals. Use (long long) and %lld when (diff) | |
download | wireguard-openbsd-d00dd80f27bebba7e1b7e515fe541656a80767bd.tar.xz wireguard-openbsd-d00dd80f27bebba7e1b7e515fe541656a80767bd.zip |
Link randomdata tests into the regress build now that I've committed support for
.openbsd.randomdata, but comment out randomdata/ld.so-cookie for now
since I haven't yet switched ld.so's __guard to use it.
-rw-r--r-- | regress/libexec/ld.so/Makefile | 4 | ||||
-rw-r--r-- | regress/libexec/ld.so/randomdata/Makefile | 5 |
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> |