diff options
author | Kurt Miller <kurt@cvs.openbsd.org> | 2005-09-30 14:52:24 +0000 |
---|---|---|
committer | Kurt Miller <kurt@cvs.openbsd.org> | 2005-09-30 14:52:24 +0000 |
commit | 646cc0616360b99337d6585a8b76faf35f90a458 (patch) | |
tree | a4eb19ae4b2e78bbf388c15b2000d8da505a3cb9 /regress | |
parent | 4cc856aee9566a0f2fc926e3137a17fc6cd9f68e (diff) |
add test2
Diffstat (limited to 'regress')
-rw-r--r-- | regress/libexec/ld.so/dlclose/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/libexec/ld.so/dlclose/Makefile b/regress/libexec/ld.so/dlclose/Makefile index 88bb255992b..936390d70cb 100644 --- a/regress/libexec/ld.so/dlclose/Makefile +++ b/regress/libexec/ld.so/dlclose/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.1 2005/09/28 15:42:32 kurt Exp $ +# $OpenBSD: Makefile,v 1.2 2005/09/30 14:52:23 kurt Exp $ -SUBDIR+= test1 +SUBDIR+= test1 test2 .include <bsd.subdir.mk> |