summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/restart/read
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>2011-09-18 16:44:21 +0000
committerfgsch <fgsch@openbsd.org>2011-09-18 16:44:21 +0000
commitbe38755c412cc72cb8d40f51ea70c9893196afff (patch)
tree2d7f6c9189335ab0a5f5367eda4430a5bd88a408 /regress/lib/libpthread/restart/read
parenttest for interrupted connect. (diff)
downloadwireguard-openbsd-be38755c412cc72cb8d40f51ea70c9893196afff.tar.xz
wireguard-openbsd-be38755c412cc72cb8d40f51ea70c9893196afff.zip
add connect and move include to top Makefile.inc
Diffstat (limited to 'regress/lib/libpthread/restart/read')
-rw-r--r--regress/lib/libpthread/restart/read/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/lib/libpthread/restart/read/Makefile b/regress/lib/libpthread/restart/read/Makefile
index 70b244c9672..3cb3624759a 100644
--- a/regress/lib/libpthread/restart/read/Makefile
+++ b/regress/lib/libpthread/restart/read/Makefile
@@ -1,6 +1,5 @@
-# $OpenBSD: Makefile,v 1.1 2011/09/13 23:50:17 fgsch Exp $
+# $OpenBSD: Makefile,v 1.2 2011/09/18 16:44:21 fgsch Exp $
PROG = read
-CFLAGS += -I${.CURDIR}/../../include
.include <bsd.regress.mk>