diff options
| author | 2005-09-15 22:17:30 +0000 | |
|---|---|---|
| committer | 2005-09-15 22:17:30 +0000 | |
| commit | 7afbbd53a96f219fc259115484add39d8cc2dbaa (patch) | |
| tree | 8e5b171ea408396562e65b10e0eea7b501349595 | |
| parent | add more complex tests for dlsym. some tests may change after more (diff) | |
| download | wireguard-openbsd-7afbbd53a96f219fc259115484add39d8cc2dbaa.tar.xz wireguard-openbsd-7afbbd53a96f219fc259115484add39d8cc2dbaa.zip | |
add test2 subdir
| -rw-r--r-- | regress/libexec/ld.so/dlsym/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/libexec/ld.so/dlsym/Makefile b/regress/libexec/ld.so/dlsym/Makefile index cc68b1044ac..208b2f871b9 100644 --- a/regress/libexec/ld.so/dlsym/Makefile +++ b/regress/libexec/ld.so/dlsym/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2005/09/14 15:59:37 kurt Exp $ +# $OpenBSD: Makefile,v 1.2 2005/09/15 22:17:30 kurt Exp $ -SUBDIR+= test1 +SUBDIR+= test1 test2 .include <bsd.subdir.mk> |
