summaryrefslogtreecommitdiff
path: root/regress/lib/libpthread/pthread_join/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/lib/libpthread/pthread_join/Makefile')
-rw-r--r--regress/lib/libpthread/pthread_join/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/regress/lib/libpthread/pthread_join/Makefile b/regress/lib/libpthread/pthread_join/Makefile
new file mode 100644
index 00000000000..fed1bdca2be
--- /dev/null
+++ b/regress/lib/libpthread/pthread_join/Makefile
@@ -0,0 +1,6 @@
+# $OpenBSD: Makefile,v 1.1 2001/08/15 14:37:12 fgsch Exp $
+
+PROG= pthread_join
+SRCS= pthread_join.c
+
+.include <bsd.prog.mk>