diff options
author | 2013-04-05 13:01:17 +0000 | |
---|---|---|
committer | 2013-04-05 13:01:17 +0000 | |
commit | a72278b2f28cbde05c80dedc1b0823904bdd4bdb (patch) | |
tree | 3a619dd56e6c3785fc9edb1087a6bc294fc71fbb | |
parent | - Add comments regarding copies of these files also in libexec/ld.so (diff) | |
download | wireguard-openbsd-a72278b2f28cbde05c80dedc1b0823904bdd4bdb.tar.xz wireguard-openbsd-a72278b2f28cbde05c80dedc1b0823904bdd4bdb.zip |
- Hookup regress for rpath substitution support
-rw-r--r-- | regress/libexec/ld.so/Makefile | 4 |
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: |