summaryrefslogtreecommitdiff
path: root/regress/lib/libpthread/restart/connect/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/lib/libpthread/restart/connect/Makefile')
-rw-r--r--regress/lib/libpthread/restart/connect/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/regress/lib/libpthread/restart/connect/Makefile b/regress/lib/libpthread/restart/connect/Makefile
new file mode 100644
index 00000000000..4ce856466fc
--- /dev/null
+++ b/regress/lib/libpthread/restart/connect/Makefile
@@ -0,0 +1,6 @@
+# $OpenBSD: Makefile,v 1.1 2011/09/18 16:36:58 fgsch Exp $
+
+PROG = connect
+CFLAGS += -I${.CURDIR}/../../include
+
+.include <bsd.regress.mk>