diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-08-15 14:37:17 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-08-15 14:37:17 +0000 |
commit | ee29ce09990030fd5a7c6f78dde0dabfab952171 (patch) | |
tree | dc17f6ce9d5ba480f50f3c02569aa0737499684c /regress/lib/libpthread/switch/Makefile | |
parent | 344dc84d0dc63d3256aca03797112a766d32f738 (diff) |
Regression tests for libc_r (pthreads) library.
Thanks to pval@ for resolving the license stuff.
Diffstat (limited to 'regress/lib/libpthread/switch/Makefile')
-rw-r--r-- | regress/lib/libpthread/switch/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/regress/lib/libpthread/switch/Makefile b/regress/lib/libpthread/switch/Makefile new file mode 100644 index 00000000000..ef0d6108068 --- /dev/null +++ b/regress/lib/libpthread/switch/Makefile @@ -0,0 +1,6 @@ +# $OpenBSD: Makefile,v 1.1 2001/08/15 14:37:16 fgsch Exp $ + +PROG= switch +SRCS= switch.c + +.include <bsd.prog.mk> |