summaryrefslogtreecommitdiff
path: root/regress/libexec/ld.so/weak/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/libexec/ld.so/weak/Makefile')
-rw-r--r--regress/libexec/ld.so/weak/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/regress/libexec/ld.so/weak/Makefile b/regress/libexec/ld.so/weak/Makefile
new file mode 100644
index 00000000000..84da782ee56
--- /dev/null
+++ b/regress/libexec/ld.so/weak/Makefile
@@ -0,0 +1,9 @@
+# $OpenBSD: Makefile,v 1.1 2002/02/10 22:51:41 fgsch Exp $
+
+SUBDIR+= libstrong libweak prog
+
+regress: _SUBDIRUSE
+
+install:
+
+.include <bsd.subdir.mk>