diff options
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> |