summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/test/sigwait/Makefile
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-08-25 12:35:16 +0000
committerjb <jb@FreeBSD.org>1998-08-25 12:35:16 +0000
commit553a8d11c169dfcf52e87f456152a2177eae37f1 (patch)
treeb3737679622a0a3a8c03cc721bb6df0a69116658 /lib/libc_r/test/sigwait/Makefile
parent1262e5d7df918d779de246cb564dd59bfc223821 (diff)
downloadFreeBSD-src-553a8d11c169dfcf52e87f456152a2177eae37f1.zip
FreeBSD-src-553a8d11c169dfcf52e87f456152a2177eae37f1.tar.gz
Test program for sigwait.
Submitted by: Daniel M. Eischen <eischen@vigrid.com>
Diffstat (limited to 'lib/libc_r/test/sigwait/Makefile')
-rw-r--r--lib/libc_r/test/sigwait/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libc_r/test/sigwait/Makefile b/lib/libc_r/test/sigwait/Makefile
new file mode 100644
index 0000000..fbd9233
--- /dev/null
+++ b/lib/libc_r/test/sigwait/Makefile
@@ -0,0 +1,8 @@
+# $Id$
+
+PROG= sigwait
+SRCS= sigwait.c
+NOMAN= 1
+LDFLAGS= -pthread
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud