diff options
author | 2002-02-17 06:04:11 +0000 | |
---|---|---|
committer | 2002-02-17 06:04:11 +0000 | |
commit | 4f6db80137307b646009047a776bee29e213135d (patch) | |
tree | d95d7759b2bd54113501e2acaad550471f929f14 | |
parent | madness (diff) | |
download | wireguard-openbsd-4f6db80137307b646009047a776bee29e213135d.tar.xz wireguard-openbsd-4f6db80137307b646009047a776bee29e213135d.zip |
No reason to not enable the weak test.
-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 4583fd4532c..ef755712010 100644 --- a/regress/libexec/ld.so/Makefile +++ b/regress/libexec/ld.so/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.1 2002/02/05 21:47:23 matthieu Exp $ +# $OpenBSD: Makefile,v 1.2 2002/02/17 06:04:11 art Exp $ -SUBDIR+= elf +SUBDIR+= elf weak regress: _SUBDIRUSE |