diff options
Diffstat (limited to 'regress/lib/libpthread/pthread_atfork/Makefile')
-rw-r--r-- | regress/lib/libpthread/pthread_atfork/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/regress/lib/libpthread/pthread_atfork/Makefile b/regress/lib/libpthread/pthread_atfork/Makefile new file mode 100644 index 00000000000..2bc578924f4 --- /dev/null +++ b/regress/lib/libpthread/pthread_atfork/Makefile @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile,v 1.1 2005/10/31 01:01:29 fgsch Exp $ + +PROG= pthread_atfork + +.include <bsd.regress.mk> |