summaryrefslogtreecommitdiff
path: root/regress/libexec/ld.so/link-order/lib10/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/libexec/ld.so/link-order/lib10/Makefile')
-rw-r--r--regress/libexec/ld.so/link-order/lib10/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/regress/libexec/ld.so/link-order/lib10/Makefile b/regress/libexec/ld.so/link-order/lib10/Makefile
new file mode 100644
index 00000000000..8faed706162
--- /dev/null
+++ b/regress/libexec/ld.so/link-order/lib10/Makefile
@@ -0,0 +1,8 @@
+# $OpenBSD: Makefile,v 1.1 2003/07/01 05:51:30 niklas Exp $
+
+LIB= test
+SRCS= 10.c
+
+regress: all
+
+.include <bsd.lib.mk>