summaryrefslogtreecommitdiff
path: root/regress/libexec/Makefile
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2002-02-05 21:47:24 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2002-02-05 21:47:24 +0000
commited90c0e4e0768b03510effce8ed828b7a9d68229 (patch)
tree12cffbd57b18eb59981edeb903abe9bdda363568 /regress/libexec/Makefile
parent5e1c2eca83eecf97c4a3b07cfa7ed3c2b84929d5 (diff)
add a regression for test for "elfbug": the bug in ELF ld.so
that cause the 'Unresolved inheritance operation' error message.
Diffstat (limited to 'regress/libexec/Makefile')
-rw-r--r--regress/libexec/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/regress/libexec/Makefile b/regress/libexec/Makefile
new file mode 100644
index 00000000000..744779c4059
--- /dev/null
+++ b/regress/libexec/Makefile
@@ -0,0 +1,9 @@
+# $OpenBSD: Makefile,v 1.1 2002/02/05 21:47:23 matthieu Exp $
+
+SUBDIR+= ld.so
+
+regress: _SUBDIRUSE
+
+install:
+
+.include <bsd.subdir.mk>