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