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